COLOR #CAF98C

HEX: #CAF98C RGB: (202,249,140)

Color info

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

RGB color model

#CAF98C color RGB value is (202,249,140).

RGB: (202,249,140) (79%, 98%, 55%)

RGB channels and saturation

R 202 of 255 = 79%
G 249 of 255 = 98%
B 140 of 255 = 55%

202
249
140

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

Portions of RGB colors in percentages

R + G + B = 202 + 249 + 140 = 591 (100%)
R 202 of 591 ~ 34.18%
G 249 of 591 ~ 42.13%
B 140 of 591 ~ 23.69'%

%34.18
%42.13
%23.69

CMYK color model

#CAF98C color CMYK value is (19,0,44,2).

  • cyan value is 18.88%
  • magenta value is 0.00%
  • yellow value is 43.78%
  • key color value is 2.35%

CMYK: (19,0,44,2)
C19M0Y44K2 (19%, 0%, 44%, 2%)
(0.19 / 0.00 / 0.44 / 0.02)

CMYK percentages

%18.88
%0
%43.78
%2.35

Codes

Color #CAF98C in popluar color models

CA F9 8C
RGB 202 249 140
HSL 86° 90.08% 76.27%
HSB/HSV 86° 43.78% 97.65%
CMYK 18.88% 0.00% 43.78%
2.35%

Color #CAF98C in popluar number systems.

HEX CA F9 8C
Decimal 202 249 140
Binary 11001010 11111001 10001100
Octal 312 371 214

Shades and tints

Shades of #CAF98C

#CAF98C
(202,249,140)
#B8E380
(184,227,128)
#A6CD74
(166,205,116)
#94B768
(148,183,104)
#82A15C
(130,161,92)
#708B50
(112,139,80)
#5E7544
(94,117,68)
#4C5F38
(76,95,56)
#3A492C
(58,73,44)
#283320
(40,51,32)
#161D14
(22,29,20)
#000000
(0,0,0)

Tints of #CAF98C

#CAF98C
(202,249,140)
#CEF996
(206,249,150)
#D2F9A0
(210,249,160)
#D6F9AA
(214,249,170)
#DAF9B4
(218,249,180)
#DEF9BE
(222,249,190)
#E2F9C8
(226,249,200)
#E6F9D2
(230,249,210)
#EAF9DC
(234,249,220)
#EEF9E6
(238,249,230)
#F2F9F0
(242,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAF98C color. Also use rgb(202,249,140) instead hex code.

Text Font Color

.myTextColor { color: #CAF98C; }

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

This text font color is #CAF98C.

Background Color

.myBgColor { background-color: #CAF98C; }

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

This div background color is #CAF98C.

Border color

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

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

This div border color is #CAF98C.

Opacity

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

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

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

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

This text has shadow with #CAF98C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CAF98C.

Preview

Color preview on black background

This text has color #CAF98C on black background.


Color preview on white background

This text has color #CAF98C on white background.


Black color preview on #CAF98C background

This text has black color on #CAF98C background.


White color preview on #CAF98C background

This text has white color on #CAF98C background.


Related colors

Complementary color

Complementary color for #hex is #350673.


I love getcolorcode.com

Triadic colors

1 #8CCAF9 and #F98CCA with #CAF98C are triadic colors.

2 #8CF9CA and #F9CA8C with #CAF98C are triadic colors.