COLOR #CAE060

HEX: #CAE060 RGB: (202,224,96)

Color info

#CAE060 contains mainly red and green colors. Web safe color of #CAE060 is #CCCC66 (or #CC6).

RGB color model

#CAE060 color RGB value is (202,224,96).

RGB: (202,224,96) (79%, 88%, 38%)

RGB channels and saturation

R 202 of 255 = 79%
G 224 of 255 = 88%
B 96 of 255 = 38%

202
224
96

R + G + B ~ 68%. #CAE060 is quite light color.

Portions of RGB colors in percentages

R + G + B = 202 + 224 + 96 = 522 (100%)
R 202 of 522 ~ 38.7%
G 224 of 522 ~ 42.91%
B 96 of 522 ~ 18.39'%

%38.7
%42.91
%18.39

CMYK color model

#CAE060 color CMYK value is (10,0,57,12).

  • cyan value is 9.82%
  • magenta value is 0.00%
  • yellow value is 57.14%
  • key color value is 12.16%

CMYK: (10,0,57,12)
C10M0Y57K12 (10%, 0%, 57%, 12%)
(0.10 / 0.00 / 0.57 / 0.12)

CMYK percentages

%9.82
%0
%57.14
%12.16

Codes

Color #CAE060 in popluar color models

CA E0 60
RGB 202 224 96
HSL 70° 67.37% 62.75%
HSB/HSV 70° 57.14% 87.84%
CMYK 9.82% 0.00% 57.14%
12.16%

Color #CAE060 in popluar number systems.

HEX CA E0 60
Decimal 202 224 96
Binary 11001010 11100000 1100000
Octal 312 340 140

Shades and tints

Shades of #CAE060

#CAE060
(202,224,96)
#B8CC58
(184,204,88)
#A6B850
(166,184,80)
#94A448
(148,164,72)
#829040
(130,144,64)
#707C38
(112,124,56)
#5E6830
(94,104,48)
#4C5428
(76,84,40)
#3A4020
(58,64,32)
#282C18
(40,44,24)
#161810
(22,24,16)
#000000
(0,0,0)

Tints of #CAE060

#CAE060
(202,224,96)
#CEE26E
(206,226,110)
#D2E47C
(210,228,124)
#D6E68A
(214,230,138)
#DAE898
(218,232,152)
#DEEAA6
(222,234,166)
#E2ECB4
(226,236,180)
#E6EEC2
(230,238,194)
#EAF0D0
(234,240,208)
#EEF2DE
(238,242,222)
#F2F4EC
(242,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAE060 color. Also use rgb(202,224,96) instead hex code.

Text Font Color

.myTextColor { color: #CAE060; }

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

This text font color is #CAE060.

Background Color

.myBgColor { background-color: #CAE060; }

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

This div background color is #CAE060.

Border color

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

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

This div border color is #CAE060.

Opacity

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

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

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

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

This text has shadow with #CAE060 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CAE060.

Preview

Color preview on black background

This text has color #CAE060 on black background.


Color preview on white background

This text has color #CAE060 on white background.


Black color preview on #CAE060 background

This text has black color on #CAE060 background.


White color preview on #CAE060 background

This text has white color on #CAE060 background.


Related colors

Complementary color

Complementary color for #hex is #351F9F.


I love getcolorcode.com

Triadic colors

1 #60CAE0 and #E060CA with #CAE060 are triadic colors.

2 #60E0CA and #E0CA60 with #CAE060 are triadic colors.