#CAE40C

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

Shades of Inch Worm #CAE40C

Tints of Inch Worm #CAE40C

Color information

#CAE40C (or 0xCAE40C) is unknown color: approx Inch Worm. HEX triplet: CA, E4 and 0C. RGB value is (202,228,12). Sum of RGB (Red+Green+Blue) = 202+228+12=442 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.70% from 442); Green value is 228 (89.45% from 255 or 51.58% from 442); Blue value is 12 (5.08% from 255 or 2.71% from 442); Max value from RGB is 228 - color contains mainly: green. Hex color #CAE40C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAE40C is #351BF3. Grayscale: #C4C4C4. Windows color (decimal): -3480564 or 845002. OLE color: 845002.

HSL color Cylindrical-coordinate representation of color #CAE40C: hue angle of 67.22º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CAE40C is Cyan = 0.11, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.11.

Color convert

RGB20222812-
CMYK0.1100.950.11
HSL67.22º90%47.06%-
HSV(B)67.22º94.74%89.41%-
XYZ52.1768.0710.74-
YUV195.624.39132.56-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.70%
GREEN value IS 228 (89.45% from 255) = 51.58%
BLUE value IS 12 (5.08% from 255) = 2.71%
R=45.70%
G=51.58%
B=2.71%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal202228120.1100.950.1167.229047.06
HexCAE4CB05FB435a2f
Octal312344141301371310313257
Binary11001010111001001100101101011111101110000111011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE40C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE40C; }

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

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

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

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

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

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

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

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