Html Css Color HEX #CAE113 Inch Worm

📋 copy color: '#CAE113'

red 202 ◦ green 225 ◦ blue 19

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

Shades of Inch Worm #CAE113

Tints of Inch Worm #CAE113

RGB

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

 GREEN value IS 225 (88.28% from 255) = 50.45%

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

R = 45.29%
G = 50.45%
B = 4.26%

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

#CAE113 (or 0xCAE113) is known color: Inch Worm. HEX triplet: CA, E1 and 13. RGB value is (202,225,19). Sum of RGB (Red+Green+Blue) = 202+225+19=446 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.29% from 446); Green value is 225 (88.28% from 255 or 50.45% from 446); Blue value is 19 (7.81% from 255 or 4.26% from 446); Max value from RGB is 225 - color contains mainly: green. Hex color #CAE113 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAE113 is #351EEC. Grayscale: #C3C3C3. Windows color (decimal): -3481325 or 1302986. OLE color: 1302986.

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

Color convert

RGB 202 225 19 -
CMYK 0.10 0 0.92 0.12
HSL 66.7º 0.84% 0.48% -
HSV(B) 66.7º 0.92% 0.88% -
XYZ 51.4 66.45 10.73 -
YUV 194.64 28.88 133.25 -
System Red Green Blue C M Y K H S L
Decimal 202 225 19 0.10 0 0.92 0.12 66.7 0.84 0.48
Hex CA E1 13 A 0 5C C 43 54 30
Octal 312 341 23 12 0 134 14 103 124 60
Binary 11001010 11100001 10011 1010 0 1011100 1100 1000011 1010100 110000

Color Harmonies of #CAE113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE113

Black with #CAE113

Text Example


Text Example

White with #CAE113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE113; }

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

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

background-color css

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

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

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

border-color css

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

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

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