Html Css Color HEX #CAE512 Inch Worm

📋 copy color: '#CAE512'

red 202 ◦ green 229 ◦ blue 18

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

Shades of Inch Worm #CAE512

Tints of Inch Worm #CAE512

RGB

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

 GREEN value IS 229 (89.84% from 255) = 51%

 BLUE value IS 18 (7.42% from 255) = 4.01%

R = 44.99%
G = 51%
B = 4.01%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.92

 K value IS 0.10

RGB Variations

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

Color information

#CAE512 (or 0xCAE512) is known color: Inch Worm. HEX triplet: CA, E5 and 12. RGB value is (202,229,18). Sum of RGB (Red+Green+Blue) = 202+229+18=449 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.99% from 449); Green value is 229 (89.84% from 255 or 51.00% from 449); Blue value is 18 (7.42% from 255 or 4.01% from 449); Max value from RGB is 229 - color contains mainly: green. Hex color #CAE512 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAE512 is #351AED. Grayscale: #C5C5C5. Windows color (decimal): -3480302 or 1238474. OLE color: 1238474.

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

Color convert

RGB 202 229 18 -
CMYK 0.12 0 0.92 0.10
HSL 67.68º 0.85% 0.48% -
HSV(B) 67.68º 0.92% 0.9% -
XYZ 52.49 68.64 11.05 -
YUV 196.87 27.05 131.66 -
System Red Green Blue C M Y K H S L
Decimal 202 229 18 0.12 0 0.92 0.10 67.68 0.85 0.48
Hex CA E5 12 C 0 5C A 44 55 30
Octal 312 345 22 14 0 134 12 104 125 60
Binary 11001010 11100101 10010 1100 0 1011100 1010 1000100 1010101 110000

Color Harmonies of #CAE512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE512

Black with #CAE512

Text Example


Text Example

White with #CAE512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE512; }

 p { color: rgb(202,229,18); }

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

background-color css

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

 a { background-color: rgb(202,229,18); }

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

border-color css

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

 span { border-color: rgb(202,229,18); }

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