COLOR #CAF192

HEX: #CAF192
RGB: (202,241,146)

Color info

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

RGB color model

#CAF192 color RGB value is (202,241,146).

  • red value is 202;
  • green value is 241;
  • blue value is 146.
RGB:
(202,241,146)
(79%,95%,57%)

RGB channels and saturation

R 202 of 255 = 79%
G 241 of 255 = 95%
B 146 of 255 = 57%

202
241
146

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

Portions of RGB colors in percentages

R + G + B =
202 + 241 + 146 = 589 (100%)
R 202 of 589 ~ 34.3%
G 241 of 589 ~ 40.92%
B 146 of 589 ~ 24.79%

%34.3
%40.92
%24.79

CMYK color model

#CAF192 color CMYK value is (16,0,39,5).

  • cyan value is 16.18%
  • magenta value is 0.00%
  • yellow value is 39.42%
  • key color value is 5.49%
CMYK:
(16,0,39,5)
C16M0Y39K5 
(16%,0%,39%,5%)
(0.16/0.00/0.39/0.05)	

CMYK percentages

%16.18
%0
%39.42
%5.49

Codes

Color #CAF192 in popluar color models

CAF192
RGB202241146
HSL85°77.24%75.88%
HSB/HSV85°39.42%94.51%
CMYK16.18%0.00%39.42%
5.49%

Color #CAF192 in popluar number systems.

HEXCAF192
Decimal202241146
Binary110010101111000110010010
Octal312361222

Shades and tints

Shades of #CAF192

#CAF192
(202,241,146)
#B8DC85
(184,220,133)
#A6C778
(166,199,120)
#94B26B
(148,178,107)
#829D5E
(130,157,94)
#708851
(112,136,81)
#5E7344
(94,115,68)
#4C5E37
(76,94,55)
#3A492A
(58,73,42)
#28341D
(40,52,29)
#161F10
(22,31,16)
#000000
(0,0,0)

Tints of #CAF192

#CAF192
(202,241,146)
#CEF29B
(206,242,155)
#D2F3A4
(210,243,164)
#D6F4AD
(214,244,173)
#DAF5B6
(218,245,182)
#DEF6BF
(222,246,191)
#E2F7C8
(226,247,200)
#E6F8D1
(230,248,209)
#EAF9DA
(234,249,218)
#EEFAE3
(238,250,227)
#F2FBEC
(242,251,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAF192 color. Also use rgb(202,241,146) instead hex code.

Text Font Color

.myTextColor { color: #CAF192; }

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

This text font color is #CAF192.


Background Color

.myBgColor { background-color: #CAF192; }

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

This div background color is #CAF192.


Border color

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

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

This div border color is #CAF192.


Opacity

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

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

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

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

This text has shadow with #CAF192 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAF192 on black background.


Color preview on white background

This text has color #CAF192 on white background.



Black color preview on #CAF192 background

This text has black color on #CAF192 background.


White color preview on #CAF192 background

This text has white color on #CAF192 background.