#CAE310

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

Shades of Inch Worm #CAE310

Tints of Inch Worm #CAE310

Color information

#CAE310 (or 0xCAE310) is unknown color: approx Inch Worm. HEX triplet: CA, E3 and 10. RGB value is (202,227,16). Sum of RGB (Red+Green+Blue) = 202+227+16=445 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.39% from 445); Green value is 227 (89.06% from 255 or 51.01% from 445); Blue value is 16 (6.64% from 255 or 3.60% from 445); Max value from RGB is 227 - color contains mainly: green. Hex color #CAE310 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAE310 is #351CEF. Grayscale: #C4C4C4. Windows color (decimal): -3480816 or 1106890. OLE color: 1106890.

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

Color convert

RGB20222716-
CMYK0.1100.930.11
HSL67.11º86.83%47.65%-
HSV(B)67.11º92.95%89.02%-
XYZ51.9267.5310.79-
YUV195.4726.72132.66-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.39%
GREEN value IS 227 (89.06% from 255) = 51.01%
BLUE value IS 16 (6.64% from 255) = 3.60%
R=45.39%
G=51.01%
B=3.60%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal202227160.1100.930.1167.1186.8347.65
HexCAE310B05DB435730
Octal312343201301351310312760
Binary110010101110001110000101101011101101110000111010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE310; }

 p { color: rgb(202,227,16); }

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

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

 a { background-color: rgb(202,227,16); }

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

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

 span { border-color: rgb(202,227,16); }

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