COLOR #C2E599

HEX: #C2E599
RGB: (194,229,153)

Renk bilgisi

#C2E599 contains mainly red and green colors. #C2E599 ‘ nin web güvenlik rengi #CCCC99 (ya da #CC9) dir.

RGB renk modeli

#C2E599 color RGB value is (194,229,153).

  • kırmız ton 194;
  • yeşil ton 229;
  • mavi ton 153.
RGB:
(194,229,153)
(76%,90%,60%)

RGB bağlantıları ve doygunluk

R 194 of 255 = 76%
G 229 of 255 = 90%
B 153 of 255 = 60%

194
229
153

R + G + B ~ 75%. #C2E599 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
194 + 229 + 153 = 576 (100%)
R 194 of 576 ~ 33.68%
G 229 of 576 ~ 39.76%
B 153 of 576 ~ 26.56%

%33.68
%39.76
%26.56

CMYK RENK MODELİ

#C2E599 rengi CMYK tonu (15,0,33,10).

  • camgöbeği tonu 15.28%
  • eflatun tonu 0.00%
  • sarı tonu 33.19%
  • ana renk tonu 10.20%
CMYK:
(15,0,33,10)
C15M0Y33K10 
(15%,0%,33%,10%)
(0.15/0.00/0.33/0.10)	

CMYK yüzdeleri

%15.28
%0
%33.19
%10.2

Codes

Color #C2E599 in popluar color models

C2E599
RGB194229153
HSL88°59.38%74.90%
HSB/HSV88°33.19%89.80%
CMYK15.28%0.00%33.19%
10.20%

Color #C2E599 in popluar number systems.

HEXC2E599
Decimal194229153
Binary110000101110010110011001
Octal302345231

Shades and tints

Shades of #C2E599

#C2E599
(194,229,153)
#B1D18C
(177,209,140)
#A0BD7F
(160,189,127)
#8FA972
(143,169,114)
#7E9565
(126,149,101)
#6D8158
(109,129,88)
#5C6D4B
(92,109,75)
#4B593E
(75,89,62)
#3A4531
(58,69,49)
#293124
(41,49,36)
#181D17
(24,29,23)
#000000
(0,0,0)

Tints of #C2E599

#C2E599
(194,229,153)
#C7E7A2
(199,231,162)
#CCE9AB
(204,233,171)
#D1EBB4
(209,235,180)
#D6EDBD
(214,237,189)
#DBEFC6
(219,239,198)
#E0F1CF
(224,241,207)
#E5F3D8
(229,243,216)
#EAF5E1
(234,245,225)
#EFF7EA
(239,247,234)
#F4F9F3
(244,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2E599 color. Also use rgb(194,229,153) instead hex code.

Text Font Color

.myTextColor { color: #C2E599; }

<p style="color:#C2E599">This sample text font color is #C2E599.</p>

This text font color is #C2E599.


Background Color

.myBgColor { background-color: #C2E599; }

<div style="background-color:#C2E599">Inner text</div>

This div background color is #C2E599.


Border color

.myBorderColor { border: 1px solid #C2E599; }

<div style="border:3px solid #C2E599">Div</div>

This div border color is #C2E599.


Opacity

.myOpacity80 { color: #C2E599; opacity: 0.8; }

<p style="color:#C2E599;opacity:0.8;">80%</p>

Text with #C2E599 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C2E599;}

<p style="text-shadow: 3px 3px 1px #C2E599">Text here.</p>

This text has shadow with #C2E599 color.

.textShadow {text-shadow: 3px 3px 1px #C2E599, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C2E599, 5px 5px 20px red">Text here.</p>

This text has shadow with #C2E599 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C2E599, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C2E599, Direction=45, Strength=4)">Text</p>

This text has shadow with #C2E599 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #C2E599;
  -webkit-box-shadow:	1px 1px 3px 2px #C2E599;
  box-shadow:		1px 1px 3px 2px #C2E599;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C2E599;
-webkit-box-shadow: 1px 1px 3px 2px #C2E599;
box-shadow:1px 1px 3px 2px #C2E599;">
Div content here</div>
This div box has shadow with color #C2E599.

Preview

Color preview on black background

This text has color #C2E599 on black background.


Color preview on white background

This text has color #C2E599 on white background.



Black color preview on #C2E599 background

This text has black color on #C2E599 background.


White color preview on #C2E599 background

This text has white color on #C2E599 background.