COLOR #CAF388

HEX: #CAF388 RGB: (202,243,136)

Color info

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

RGB color model

#CAF388 color RGB value is (202,243,136).

RGB: (202,243,136) (79%, 95%, 53%)

RGB channels and saturation

R 202 of 255 = 79%
G 243 of 255 = 95%
B 136 of 255 = 53%

202
243
136

R + G + B ~ 76%. #CAF388 is quite light color.

Portions of RGB colors in percentages

R + G + B = 202 + 243 + 136 = 581 (100%)
R 202 of 581 ~ 34.77%
G 243 of 581 ~ 41.82%
B 136 of 581 ~ 23.41'%

%34.77
%41.82
%23.41

CMYK color model

#CAF388 color CMYK value is (17,0,44,5).

  • cyan value is 16.87%
  • magenta value is 0.00%
  • yellow value is 44.03%
  • key color value is 4.71%

CMYK: (17,0,44,5)
C17M0Y44K5 (17%, 0%, 44%, 5%)
(0.17 / 0.00 / 0.44 / 0.05)

CMYK percentages

%16.87
%0
%44.03
%4.71

Codes

Color #CAF388 in popluar color models

CA F3 88
RGB 202 243 136
HSL 83° 81.68% 74.31%
HSB/HSV 83° 44.03% 95.29%
CMYK 16.87% 0.00% 44.03%
4.71%

Color #CAF388 in popluar number systems.

HEX CA F3 88
Decimal 202 243 136
Binary 11001010 11110011 10001000
Octal 312 363 210

Shades and tints

Shades of #CAF388

#CAF388
(202,243,136)
#B8DD7C
(184,221,124)
#A6C770
(166,199,112)
#94B164
(148,177,100)
#829B58
(130,155,88)
#70854C
(112,133,76)
#5E6F40
(94,111,64)
#4C5934
(76,89,52)
#3A4328
(58,67,40)
#282D1C
(40,45,28)
#161710
(22,23,16)
#000000
(0,0,0)

Tints of #CAF388

#CAF388
(202,243,136)
#CEF492
(206,244,146)
#D2F59C
(210,245,156)
#D6F6A6
(214,246,166)
#DAF7B0
(218,247,176)
#DEF8BA
(222,248,186)
#E2F9C4
(226,249,196)
#E6FACE
(230,250,206)
#EAFBD8
(234,251,216)
#EEFCE2
(238,252,226)
#F2FDEC
(242,253,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAF388; }

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

This text font color is #CAF388.

Background Color

.myBgColor { background-color: #CAF388; }

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

This div background color is #CAF388.

Border color

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

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

This div border color is #CAF388.

Opacity

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

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

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

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

This text has shadow with #CAF388 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CAF388.

Preview

Color preview on black background

This text has color #CAF388 on black background.


Color preview on white background

This text has color #CAF388 on white background.


Black color preview on #CAF388 background

This text has black color on #CAF388 background.


White color preview on #CAF388 background

This text has white color on #CAF388 background.


Related colors

Complementary color

Complementary color for #hex is #350C77.


I love getcolorcode.com

Triadic colors

1 #88CAF3 and #F388CA with #CAF388 are triadic colors.

2 #88F3CA and #F3CA88 with #CAF388 are triadic colors.