#CAE10C

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

Shades of Inch Worm #CAE10C

Tints of Inch Worm #CAE10C

Color information

#CAE10C (or 0xCAE10C) is unknown color: approx Inch Worm. HEX triplet: CA, E1 and 0C. RGB value is (202,225,12). Sum of RGB (Red+Green+Blue) = 202+225+12=439 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.01% from 439); Green value is 225 (88.28% from 255 or 51.25% from 439); Blue value is 12 (5.08% from 255 or 2.73% from 439); Max value from RGB is 225 - color contains mainly: green. Hex color #CAE10C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAE10C is #351EF3. Grayscale: #C2C2C2. Windows color (decimal): -3481332 or 844234. OLE color: 844234.

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

Color convert

RGB20222512-
CMYK0.1000.950.12
HSL66.48º89.87%46.47%-
HSV(B)66.48º94.67%88.24%-
XYZ51.3566.4310.46-
YUV193.8425.38133.82-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.01%
GREEN value IS 225 (88.28% from 255) = 51.25%
BLUE value IS 12 (5.08% from 255) = 2.73%
R=46.01%
G=51.25%
B=2.73%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal202225120.1000.950.1266.4889.8746.47
HexCAE1CA05FC425a2e
Octal312341141201371410213256
Binary11001010111000011100101001011111110010000101011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE10C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE10C; }

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

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

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

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

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

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

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

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