#CAE815

Color #CAE815 Inch Worm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Inch Worm #CAE815

Tints of Inch Worm #CAE815

Color information

#CAE815 (or 0xCAE815) is unknown color: approx Inch Worm. HEX triplet: CA, E8 and 15. RGB value is (202,232,21). Sum of RGB (Red+Green+Blue) = 202+232+21=455 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.40% from 455); Green value is 232 (91.02% from 255 or 50.99% from 455); Blue value is 21 (8.59% from 255 or 4.62% from 455); Max value from RGB is 232 - color contains mainly: green. Hex color #CAE815 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAE815 is #3517EA. Grayscale: #C7C7C7. Windows color (decimal): -3479531 or 1435850. OLE color: 1435850.

HSL color Cylindrical-coordinate representation of color #CAE815: hue angle of 68.53º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CAE815 is Cyan = 0.13, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.

Color convert

RGB20223221-
CMYK0.1300.910.09
HSL68.53º83.4%49.61%-
HSV(B)68.53º90.95%90.98%-
XYZ53.3570.3211.47-
YUV198.9827.56130.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 44.40%
GREEN value IS 232 (91.02% from 255) = 50.99%
BLUE value IS 21 (8.59% from 255) = 4.62%
R=44.40%
G=50.99%
B=4.62%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal202232210.1300.910.0968.5383.449.61
HexCAE815D05B9455332
Octal312350251501331110512362
Binary110010101110100010101110101011011100110001011010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE815; }

 p { color: rgb(202,232,21); }

 H1.HeaderClassName
 {
   color: #CAE815;
 }
 .AnyTagClassName
 {
   color: #CAE815;
 }
</style>
background-color css

<style>
 a { background-color: #CAE815; }

 a { background-color: rgb(202,232,21); }

 div.DivClassName
 {
   background-color: #CAE815;
 }
 .BgClassName
 {
   background-color: #CAE815;
 }
</style>
border-color css

<style>
 span { border-color: #CAE815; }

 span { border-color: rgb(202,232,21); }

 td.TdClassName
 {
   border-color: #CAE815;
 }
 .TagClassName
 {
   border-color: #CAE815;
 }
</style>