COLOR #CAF39E

HEX: #CAF39E
RGB: (202,243,158)

Color info

#CAF39E contains mainly red and green colors. Web safe color of #CAF39E is #CCFF99 (or #CF9).

RGB color model

#CAF39E color RGB value is (202,243,158).

  • red value is 202;
  • green value is 243;
  • blue value is 158.
RGB:
(202,243,158)
(79%,95%,62%)

RGB channels and saturation

R 202 of 255 = 79%
G 243 of 255 = 95%
B 158 of 255 = 62%

202
243
158

R + G + B ~ 79%. #CAF39E is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 243 + 158 = 603 (100%)
R 202 of 603 ~ 33.5%
G 243 of 603 ~ 40.3%
B 158 of 603 ~ 26.2%

%33.5
%40.3
%26.2

CMYK color model

#CAF39E color CMYK value is (17,0,35,5).

  • cyan value is 16.87%
  • magenta value is 0.00%
  • yellow value is 34.98%
  • key color value is 4.71%
CMYK:
(17,0,35,5)
C17M0Y35K5 
(17%,0%,35%,5%)
(0.17/0.00/0.35/0.05)	

CMYK percentages

%16.87
%0
%34.98
%4.71

Codes

Color #CAF39E in popluar color models

CAF39E
RGB202243158
HSL89°77.98%78.63%
HSB/HSV89°34.98%95.29%
CMYK16.87%0.00%34.98%
4.71%

Color #CAF39E in popluar number systems.

HEXCAF39E
Decimal202243158
Binary110010101111001110011110
Octal312363236

Shades and tints

Shades of #CAF39E

#CAF39E
(202,243,158)
#B8DD90
(184,221,144)
#A6C782
(166,199,130)
#94B174
(148,177,116)
#829B66
(130,155,102)
#708558
(112,133,88)
#5E6F4A
(94,111,74)
#4C593C
(76,89,60)
#3A432E
(58,67,46)
#282D20
(40,45,32)
#161712
(22,23,18)
#000000
(0,0,0)

Tints of #CAF39E

#CAF39E
(202,243,158)
#CEF4A6
(206,244,166)
#D2F5AE
(210,245,174)
#D6F6B6
(214,246,182)
#DAF7BE
(218,247,190)
#DEF8C6
(222,248,198)
#E2F9CE
(226,249,206)
#E6FAD6
(230,250,214)
#EAFBDE
(234,251,222)
#EEFCE6
(238,252,230)
#F2FDEE
(242,253,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAF39E color. Also use rgb(202,243,158) instead hex code.

Text Font Color

.myTextColor { color: #CAF39E; }

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

This text font color is #CAF39E.


Background Color

.myBgColor { background-color: #CAF39E; }

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

This div background color is #CAF39E.


Border color

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

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

This div border color is #CAF39E.


Opacity

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

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

Text with #CAF39E 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 #CAF39E;}

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

This text has shadow with #CAF39E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAF39E on black background.


Color preview on white background

This text has color #CAF39E on white background.



Black color preview on #CAF39E background

This text has black color on #CAF39E background.


White color preview on #CAF39E background

This text has white color on #CAF39E background.