Shades of Inch Worm #AFE502
Tints of Inch Worm #AFE502
RGB
CMYK
RGB Variations
Color information
#AFE502 (or 0xAFE502) is known color: Inch Worm. HEX triplet: AF, E5 and 02. RGB value is (175,229,2). Sum of RGB (Red+Green+Blue) = 175+229+2=406 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.10% from 406); Green value is 229 (89.84% from 255 or 56.40% from 406); Blue value is 2 (1.17% from 255 or 0.49% from 406); Max value from RGB is 229 - color contains mainly: green. Hex color #AFE502 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFE502 is #501AFD. Grayscale: #BBBBBB. Windows color (decimal): -5249790 or 189871. OLE color: 189871.
HSL color Cylindrical-coordinate representation of color #AFE502: hue angle of 74.27º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AFE502 is Cyan = 0.24, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 229 | 2 | - |
| CMYK | 0.24 | 0 | 0.99 | 0.10 |
| HSL | 74.27º | 0.98% | 0.45% | - |
| HSV(B) | 74.27º | 0.99% | 0.9% | - |
| XYZ | 45.71 | 65.16 | 10.22 | - |
| YUV | 186.98 | 23.61 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 229 | 2 | 0.24 | 0 | 0.99 | 0.10 | 74.27 | 0.98 | 0.45 |
| Hex | AF | E5 | 2 | 18 | 0 | 63 | A | 4A | 62 | 2D |
| Octal | 257 | 345 | 2 | 30 | 0 | 143 | 12 | 112 | 142 | 55 |
| Binary | 10101111 | 11100101 | 10 | 11000 | 0 | 1100011 | 1010 | 1001010 | 1100010 | 101101 |
Color Harmonies of #AFE502
Complementary color
Monochromatic Colors of #AFE502
Black with #AFE502
Text Example
Text Example
White with #AFE502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE502; }
p { color: rgb(175,229,2); }
H1.HeaderClassName
{
color: #AFE502;
}
.AnyTagClassName
{
color: #AFE502;
}
</style>
background-color css
<style>
a { background-color: #AFE502; }
a { background-color: rgb(175,229,2); }
div.DivClassName
{
background-color: #AFE502;
}
.BgClassName
{
background-color: #AFE502;
}
</style>
border-color css
<style>
span { border-color: #AFE502; }
span { border-color: rgb(175,229,2); }
td.TdClassName
{
border-color: #AFE502;
}
.TagClassName
{
border-color: #AFE502;
}
</style>