#CAE00B

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

Shades of Inch Worm #CAE00B

Tints of Inch Worm #CAE00B

Color information

#CAE00B (or 0xCAE00B) is unknown color: approx Inch Worm. HEX triplet: CA, E0 and 0B. RGB value is (202,224,11). Sum of RGB (Red+Green+Blue) = 202+224+11=437 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.22% from 437); Green value is 224 (87.89% from 255 or 51.26% from 437); Blue value is 11 (4.69% from 255 or 2.52% from 437); Max value from RGB is 224 - color contains mainly: green. Hex color #CAE00B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAE00B is #351FF4. Grayscale: #C1C1C1. Windows color (decimal): -3481589 or 778442. OLE color: 778442.

HSL color Cylindrical-coordinate representation of color #CAE00B: hue angle of 66.2º degrees, saturation: 0.91, 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 #CAE00B is Cyan = 0.10, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.12.

Color convert

RGB20222411-
CMYK0.1000.950.12
HSL66.2º90.64%46.08%-
HSV(B)66.2º95.09%87.84%-
XYZ51.0765.8910.34-
YUV193.1425.21134.32-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.22%
GREEN value IS 224 (87.89% from 255) = 51.26%
BLUE value IS 11 (4.69% from 255) = 2.52%
R=46.22%
G=51.26%
B=2.52%

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
Decimal202224110.1000.950.1266.290.6446.08
HexCAE0BA05FC425b2e
Octal312340131201371410213356
Binary11001010111000001011101001011111110010000101011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE00B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE00B; }

 p { color: rgb(202,224,11); }

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

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

 a { background-color: rgb(202,224,11); }

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

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

 span { border-color: rgb(202,224,11); }

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