#CAE10A

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

Shades of Inch Worm #CAE10A

Tints of Inch Worm #CAE10A

Color information

#CAE10A (or 0xCAE10A) is unknown color: approx Inch Worm. HEX triplet: CA, E1 and 0A. RGB value is (202,225,10). Sum of RGB (Red+Green+Blue) = 202+225+10=437 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.22% from 437); Green value is 225 (88.28% from 255 or 51.49% from 437); Blue value is 10 (4.30% from 255 or 2.29% from 437); Max value from RGB is 225 - color contains mainly: green. Hex color #CAE10A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAE10A is #351EF5. Grayscale: #C2C2C2. Windows color (decimal): -3481334 or 713162. OLE color: 713162.

HSL color Cylindrical-coordinate representation of color #CAE10A: hue angle of 66.42º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CAE10A is Cyan = 0.10, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.12.

Color convert

RGB20222510-
CMYK0.1000.960.12
HSL66.42º91.49%46.08%-
HSV(B)66.42º95.56%88.24%-
XYZ51.3466.4310.4-
YUV193.6124.38133.98-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.22%
GREEN value IS 225 (88.28% from 255) = 51.49%
BLUE value IS 10 (4.30% from 255) = 2.29%
R=46.22%
G=51.49%
B=2.29%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal202225100.1000.960.1266.4291.4946.08
HexCAE1AA060C425b2e
Octal312341121201401410213356
Binary11001010111000011010101001100000110010000101011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE10A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE10A; }

 p { color: rgb(202,225,10); }

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

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

 a { background-color: rgb(202,225,10); }

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

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

 span { border-color: rgb(202,225,10); }

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