COLOR #CAE00D

HEX: #CAE00D
RGB: (202,224,13)

Color info

#CAE00D contains mainly red and green colors. Web safe color of #CAE00D is #CCCC00 (or #CC0).

RGB color model

#CAE00D color RGB value is (202,224,13).

  • red value is 202;
  • green value is 224;
  • blue value is 13.
RGB:
(202,224,13)
(79%,88%,5%)

RGB channels and saturation

R 202 of 255 = 79%
G 224 of 255 = 88%
B 13 of 255 = 5%

202
224
13

R + G + B ~ 57%. #CAE00D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
202 + 224 + 13 = 439 (100%)
R 202 of 439 ~ 46.01%
G 224 of 439 ~ 51.03%
B 13 of 439 ~ 2.96%

%46.01
%51.03

CMYK color model

#CAE00D color CMYK value is (10,0,94,12).

  • cyan value is 9.82%
  • magenta value is 0.00%
  • yellow value is 94.20%
  • key color value is 12.16%
CMYK:
(10,0,94,12)
C10M0Y94K12 
(10%,0%,94%,12%)
(0.10/0.00/0.94/0.12)	

CMYK percentages

%9.82
%0
%94.2
%12.16

Codes

Color #CAE00D in popluar color models

CAE00D
RGB20222413
HSL66°89.03%46.47%
HSB/HSV66°94.20%87.84%
CMYK9.82%0.00%94.20%
12.16%

Color #CAE00D in popluar number systems.

HEXCAE00D
Decimal20222413
Binary11001010111000001101
Octal31234015

Shades and tints

Shades of #CAE00D

#CAE00D
(202,224,13)
#B8CC0C
(184,204,12)
#A6B80B
(166,184,11)
#94A40A
(148,164,10)
#829009
(130,144,9)
#707C08
(112,124,8)
#5E6807
(94,104,7)
#4C5406
(76,84,6)
#3A4005
(58,64,5)
#282C04
(40,44,4)
#161803
(22,24,3)
#000000
(0,0,0)

Tints of #CAE00D

#CAE00D
(202,224,13)
#CEE223
(206,226,35)
#D2E439
(210,228,57)
#D6E64F
(214,230,79)
#DAE865
(218,232,101)
#DEEA7B
(222,234,123)
#E2EC91
(226,236,145)
#E6EEA7
(230,238,167)
#EAF0BD
(234,240,189)
#EEF2D3
(238,242,211)
#F2F4E9
(242,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAE00D; }

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

This text font color is #CAE00D.


Background Color

.myBgColor { background-color: #CAE00D; }

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

This div background color is #CAE00D.


Border color

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

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

This div border color is #CAE00D.


Opacity

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

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

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

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

This text has shadow with #CAE00D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAE00D on black background.


Color preview on white background

This text has color #CAE00D on white background.



Black color preview on #CAE00D background

This text has black color on #CAE00D background.


White color preview on #CAE00D background

This text has white color on #CAE00D background.