Html Css Color HEX #CAE50F Inch Worm

📋 copy color: '#CAE50F'

red 202 ◦ green 229 ◦ blue 15

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

Shades of Inch Worm #CAE50F

Tints of Inch Worm #CAE50F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.36%

R = 45.29%
G = 51.35%
B = 3.36%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.93

 K value IS 0.10

RGB Variations

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

Color information

#CAE50F (or 0xCAE50F) is known color: Inch Worm. HEX triplet: CA, E5 and 0F. RGB value is (202,229,15). Sum of RGB (Red+Green+Blue) = 202+229+15=446 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.29% from 446); Green value is 229 (89.84% from 255 or 51.35% from 446); Blue value is 15 (6.25% from 255 or 3.36% from 446); Max value from RGB is 229 - color contains mainly: green. Hex color #CAE50F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAE50F is #351AF0. Grayscale: #C5C5C5. Windows color (decimal): -3480305 or 1041866. OLE color: 1041866.

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

Color convert

RGB 202 229 15 -
CMYK 0.12 0 0.93 0.10
HSL 67.57º 0.88% 0.48% -
HSV(B) 67.57º 0.93% 0.9% -
XYZ 52.46 68.63 10.93 -
YUV 196.53 25.55 131.9 -
System Red Green Blue C M Y K H S L
Decimal 202 229 15 0.12 0 0.93 0.10 67.57 0.88 0.48
Hex CA E5 F C 0 5D A 44 58 30
Octal 312 345 17 14 0 135 12 104 130 60
Binary 11001010 11100101 1111 1100 0 1011101 1010 1000100 1011000 110000

Color Harmonies of #CAE50F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE50F

Black with #CAE50F

Text Example


Text Example

White with #CAE50F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE50F; }

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

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

background-color css

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

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

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

border-color css

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

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

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