Html Css Color HEX #CAE413 Inch Worm

📋 copy color: '#CAE413'

red 202 ◦ green 228 ◦ blue 19

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

Shades of Inch Worm #CAE413

Tints of Inch Worm #CAE413

RGB

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

 GREEN value IS 228 (89.45% from 255) = 50.78%

 BLUE value IS 19 (7.81% from 255) = 4.23%

R = 44.99%
G = 50.78%
B = 4.23%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.92

 K value IS 0.11

RGB Variations

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

Color information

#CAE413 (or 0xCAE413) is known color: Inch Worm. HEX triplet: CA, E4 and 13. RGB value is (202,228,19). Sum of RGB (Red+Green+Blue) = 202+228+19=449 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.99% from 449); Green value is 228 (89.45% from 255 or 50.78% from 449); Blue value is 19 (7.81% from 255 or 4.23% from 449); Max value from RGB is 228 - color contains mainly: green. Hex color #CAE413 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAE413 is #351BEC. Grayscale: #C5C5C5. Windows color (decimal): -3480557 or 1303754. OLE color: 1303754.

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

Color convert

RGB 202 228 19 -
CMYK 0.11 0 0.92 0.11
HSL 67.46º 0.85% 0.48% -
HSV(B) 67.46º 0.92% 0.89% -
XYZ 52.22 68.09 11.01 -
YUV 196.4 27.89 131.99 -
System Red Green Blue C M Y K H S L
Decimal 202 228 19 0.11 0 0.92 0.11 67.46 0.85 0.48
Hex CA E4 13 B 0 5C B 43 55 30
Octal 312 344 23 13 0 134 13 103 125 60
Binary 11001010 11100100 10011 1011 0 1011100 1011 1000011 1010101 110000

Color Harmonies of #CAE413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE413

Black with #CAE413

Text Example


Text Example

White with #CAE413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE413; }

 p { color: rgb(202,228,19); }

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

background-color css

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

 a { background-color: rgb(202,228,19); }

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

border-color css

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

 span { border-color: rgb(202,228,19); }

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