Shades of Inch Worm #AFE50F
Tints of Inch Worm #AFE50F
RGB
CMYK
RGB Variations
Color information
#AFE50F (or 0xAFE50F) is known color: Inch Worm. HEX triplet: AF, E5 and 0F. RGB value is (175,229,15). Sum of RGB (Red+Green+Blue) = 175+229+15=419 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.77% from 419); Green value is 229 (89.84% from 255 or 54.65% from 419); Blue value is 15 (6.25% from 255 or 3.58% from 419); Max value from RGB is 229 - color contains mainly: green. Hex color #AFE50F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFE50F is #501AF0. Grayscale: #BDBDBD. Windows color (decimal): -5249777 or 1041839. OLE color: 1041839.
HSL color Cylindrical-coordinate representation of color #AFE50F: hue angle of 75.14º 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 #AFE50F is Cyan = 0.24, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 229 | 15 | - |
| CMYK | 0.24 | 0 | 0.93 | 0.10 |
| HSL | 75.14º | 0.88% | 0.48% | - |
| HSV(B) | 75.14º | 0.93% | 0.9% | - |
| XYZ | 45.78 | 65.19 | 10.62 | - |
| YUV | 188.46 | 30.11 | 118.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 229 | 15 | 0.24 | 0 | 0.93 | 0.10 | 75.14 | 0.88 | 0.48 |
| Hex | AF | E5 | F | 18 | 0 | 5D | A | 4B | 58 | 30 |
| Octal | 257 | 345 | 17 | 30 | 0 | 135 | 12 | 113 | 130 | 60 |
| Binary | 10101111 | 11100101 | 1111 | 11000 | 0 | 1011101 | 1010 | 1001011 | 1011000 | 110000 |
Color Harmonies of #AFE50F
Complementary color
Monochromatic Colors of #AFE50F
Black with #AFE50F
Text Example
Text Example
White with #AFE50F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE50F; }
p { color: rgb(175,229,15); }
H1.HeaderClassName
{
color: #AFE50F;
}
.AnyTagClassName
{
color: #AFE50F;
}
</style>
background-color css
<style>
a { background-color: #AFE50F; }
a { background-color: rgb(175,229,15); }
div.DivClassName
{
background-color: #AFE50F;
}
.BgClassName
{
background-color: #AFE50F;
}
</style>
border-color css
<style>
span { border-color: #AFE50F; }
span { border-color: rgb(175,229,15); }
td.TdClassName
{
border-color: #AFE50F;
}
.TagClassName
{
border-color: #AFE50F;
}
</style>