COLOR #CAF790

HEX: #CAF790
RGB: (202,247,144)

Color info

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

RGB color model

#CAF790 color RGB value is (202,247,144).

  • red value is 202;
  • green value is 247;
  • blue value is 144.
RGB:
(202,247,144)
(79%,97%,56%)

RGB channels and saturation

R 202 of 255 = 79%
G 247 of 255 = 97%
B 144 of 255 = 56%

202
247
144

R + G + B ~ 77%. #CAF790 is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 247 + 144 = 593 (100%)
R 202 of 593 ~ 34.06%
G 247 of 593 ~ 41.65%
B 144 of 593 ~ 24.28%

%34.06
%41.65
%24.28

CMYK color model

#CAF790 color CMYK value is (18,0,42,3).

  • cyan value is 18.22%
  • magenta value is 0.00%
  • yellow value is 41.70%
  • key color value is 3.14%
CMYK:
(18,0,42,3)
C18M0Y42K3 
(18%,0%,42%,3%)
(0.18/0.00/0.42/0.03)	

CMYK percentages

%18.22
%0
%41.7
%3.14

Codes

Color #CAF790 in popluar color models

CAF790
RGB202247144
HSL86°86.55%76.67%
HSB/HSV86°41.70%96.86%
CMYK18.22%0.00%41.70%
3.14%

Color #CAF790 in popluar number systems.

HEXCAF790
Decimal202247144
Binary110010101111011110010000
Octal312367220

Shades and tints

Shades of #CAF790

#CAF790
(202,247,144)
#B8E183
(184,225,131)
#A6CB76
(166,203,118)
#94B569
(148,181,105)
#829F5C
(130,159,92)
#70894F
(112,137,79)
#5E7342
(94,115,66)
#4C5D35
(76,93,53)
#3A4728
(58,71,40)
#28311B
(40,49,27)
#161B0E
(22,27,14)
#000000
(0,0,0)

Tints of #CAF790

#CAF790
(202,247,144)
#CEF79A
(206,247,154)
#D2F7A4
(210,247,164)
#D6F7AE
(214,247,174)
#DAF7B8
(218,247,184)
#DEF7C2
(222,247,194)
#E2F7CC
(226,247,204)
#E6F7D6
(230,247,214)
#EAF7E0
(234,247,224)
#EEF7EA
(238,247,234)
#F2F7F4
(242,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAF790 color. Also use rgb(202,247,144) instead hex code.

Text Font Color

.myTextColor { color: #CAF790; }

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

This text font color is #CAF790.


Background Color

.myBgColor { background-color: #CAF790; }

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

This div background color is #CAF790.


Border color

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

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

This div border color is #CAF790.


Opacity

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

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

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

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

This text has shadow with #CAF790 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAF790 on black background.


Color preview on white background

This text has color #CAF790 on white background.



Black color preview on #CAF790 background

This text has black color on #CAF790 background.


White color preview on #CAF790 background

This text has white color on #CAF790 background.