COLOR #CAF597

HEX: #CAF597
RGB: (202,245,151)

Color info

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

RGB color model

#CAF597 color RGB value is (202,245,151).

  • red value is 202;
  • green value is 245;
  • blue value is 151.
RGB:
(202,245,151)
(79%,96%,59%)

RGB channels and saturation

R 202 of 255 = 79%
G 245 of 255 = 96%
B 151 of 255 = 59%

202
245
151

R + G + B ~ 78%. #CAF597 is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 245 + 151 = 598 (100%)
R 202 of 598 ~ 33.78%
G 245 of 598 ~ 40.97%
B 151 of 598 ~ 25.25%

%33.78
%40.97
%25.25

CMYK color model

#CAF597 color CMYK value is (18,0,38,4).

  • cyan value is 17.55%
  • magenta value is 0.00%
  • yellow value is 38.37%
  • key color value is 3.92%
CMYK:
(18,0,38,4)
C18M0Y38K4 
(18%,0%,38%,4%)
(0.18/0.00/0.38/0.04)	

CMYK percentages

%17.55
%0
%38.37
%3.92

Codes

Color #CAF597 in popluar color models

CAF597
RGB202245151
HSL87°82.46%77.65%
HSB/HSV87°38.37%96.08%
CMYK17.55%0.00%38.37%
3.92%

Color #CAF597 in popluar number systems.

HEXCAF597
Decimal202245151
Binary110010101111010110010111
Octal312365227

Shades and tints

Shades of #CAF597

#CAF597
(202,245,151)
#B8DF8A
(184,223,138)
#A6C97D
(166,201,125)
#94B370
(148,179,112)
#829D63
(130,157,99)
#708756
(112,135,86)
#5E7149
(94,113,73)
#4C5B3C
(76,91,60)
#3A452F
(58,69,47)
#282F22
(40,47,34)
#161915
(22,25,21)
#000000
(0,0,0)

Tints of #CAF597

#CAF597
(202,245,151)
#CEF5A0
(206,245,160)
#D2F5A9
(210,245,169)
#D6F5B2
(214,245,178)
#DAF5BB
(218,245,187)
#DEF5C4
(222,245,196)
#E2F5CD
(226,245,205)
#E6F5D6
(230,245,214)
#EAF5DF
(234,245,223)
#EEF5E8
(238,245,232)
#F2F5F1
(242,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAF597 color. Also use rgb(202,245,151) instead hex code.

Text Font Color

.myTextColor { color: #CAF597; }

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

This text font color is #CAF597.


Background Color

.myBgColor { background-color: #CAF597; }

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

This div background color is #CAF597.


Border color

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

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

This div border color is #CAF597.


Opacity

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

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

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

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

This text has shadow with #CAF597 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAF597 on black background.


Color preview on white background

This text has color #CAF597 on white background.



Black color preview on #CAF597 background

This text has black color on #CAF597 background.


White color preview on #CAF597 background

This text has white color on #CAF597 background.