Html Css Color HEX #CAE011 Inch Worm

📋 copy color: '#CAE011'

red 202 ◦ green 224 ◦ blue 17

#CAE011
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Inch Worm #CAE011

Tints of Inch Worm #CAE011

RGB

 RED value IS 202 (79.3% from 255) = 45.6%

 GREEN value IS 224 (87.89% from 255) = 50.56%

 BLUE value IS 17 (7.03% from 255) = 3.84%

R = 45.6%
G = 50.56%
B = 3.84%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#CAE011 (or 0xCAE011) is known color: Inch Worm. HEX triplet: CA, E0 and 11. RGB value is (202,224,17). Sum of RGB (Red+Green+Blue) = 202+224+17=443 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.60% from 443); Green value is 224 (87.89% from 255 or 50.56% from 443); Blue value is 17 (7.03% from 255 or 3.84% from 443); Max value from RGB is 224 - color contains mainly: green. Hex color #CAE011 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAE011 is #351FEE. Grayscale: #C2C2C2. Windows color (decimal): -3481583 or 1171658. OLE color: 1171658.

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

Color convert

RGB 202 224 17 -
CMYK 0.10 0 0.92 0.12
HSL 66.38º 0.86% 0.47% -
HSV(B) 66.38º 0.92% 0.88% -
XYZ 51.11 65.91 10.56 -
YUV 193.82 28.21 133.83 -
System Red Green Blue C M Y K H S L
Decimal 202 224 17 0.10 0 0.92 0.12 66.38 0.86 0.47
Hex CA E0 11 A 0 5C C 42 56 2F
Octal 312 340 21 12 0 134 14 102 126 57
Binary 11001010 11100000 10001 1010 0 1011100 1100 1000010 1010110 101111

Color Harmonies of #CAE011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE011

Black with #CAE011

Text Example


Text Example

White with #CAE011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE011; }

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

 H1.HeaderClassName
 {
   color: #CAE011;
 }
 .AnyTagClassName
 {
   color: #CAE011;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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