Html Css Color HEX #CAE010 Inch Worm

📋 copy color: '#CAE010'

red 202 ◦ green 224 ◦ blue 16

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

Shades of Inch Worm #CAE010

Tints of Inch Worm #CAE010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.62%

R = 45.7%
G = 50.68%
B = 3.62%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#CAE010 (or 0xCAE010) is known color: Inch Worm. HEX triplet: CA, E0 and 10. RGB value is (202,224,16). Sum of RGB (Red+Green+Blue) = 202+224+16=442 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.70% from 442); Green value is 224 (87.89% from 255 or 50.68% from 442); Blue value is 16 (6.64% from 255 or 3.62% from 442); Max value from RGB is 224 - color contains mainly: green. Hex color #CAE010 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAE010 is #351FEF. Grayscale: #C2C2C2. Windows color (decimal): -3481584 or 1106122. OLE color: 1106122.

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

Color convert

RGB 202 224 16 -
CMYK 0.10 0 0.93 0.12
HSL 66.35º 0.87% 0.47% -
HSV(B) 66.35º 0.93% 0.88% -
XYZ 51.11 65.91 10.52 -
YUV 193.71 27.71 133.91 -
System Red Green Blue C M Y K H S L
Decimal 202 224 16 0.10 0 0.93 0.12 66.35 0.87 0.47
Hex CA E0 10 A 0 5D C 42 57 2F
Octal 312 340 20 12 0 135 14 102 127 57
Binary 11001010 11100000 10000 1010 0 1011101 1100 1000010 1010111 101111

Color Harmonies of #CAE010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE010

Black with #CAE010

Text Example


Text Example

White with #CAE010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE010; }

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

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

background-color css

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

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

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

border-color css

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

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

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