Shades of Inch Worm #AFE50D
Tints of Inch Worm #AFE50D
RGB
CMYK
RGB Variations
Color information
#AFE50D (or 0xAFE50D) is known color: Inch Worm. HEX triplet: AF, E5 and 0D. RGB value is (175,229,13). Sum of RGB (Red+Green+Blue) = 175+229+13=417 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.97% from 417); Green value is 229 (89.84% from 255 or 54.92% from 417); Blue value is 13 (5.47% from 255 or 3.12% from 417); Max value from RGB is 229 - color contains mainly: green. Hex color #AFE50D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFE50D is #501AF2. Grayscale: #BDBDBD. Windows color (decimal): -5249779 or 910767. OLE color: 910767.
HSL color Cylindrical-coordinate representation of color #AFE50D: hue angle of 75º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AFE50D is Cyan = 0.24, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 229 | 13 | - |
| CMYK | 0.24 | 0 | 0.94 | 0.10 |
| HSL | 75º | 0.89% | 0.47% | - |
| HSV(B) | 75º | 0.94% | 0.9% | - |
| XYZ | 45.77 | 65.18 | 10.55 | - |
| YUV | 188.23 | 29.11 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 229 | 13 | 0.24 | 0 | 0.94 | 0.10 | 75 | 0.89 | 0.47 |
| Hex | AF | E5 | D | 18 | 0 | 5E | A | 4B | 59 | 2F |
| Octal | 257 | 345 | 15 | 30 | 0 | 136 | 12 | 113 | 131 | 57 |
| Binary | 10101111 | 11100101 | 1101 | 11000 | 0 | 1011110 | 1010 | 1001011 | 1011001 | 101111 |
Color Harmonies of #AFE50D
Complementary color
Monochromatic Colors of #AFE50D
Black with #AFE50D
Text Example
Text Example
White with #AFE50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE50D; }
p { color: rgb(175,229,13); }
H1.HeaderClassName
{
color: #AFE50D;
}
.AnyTagClassName
{
color: #AFE50D;
}
</style>
background-color css
<style>
a { background-color: #AFE50D; }
a { background-color: rgb(175,229,13); }
div.DivClassName
{
background-color: #AFE50D;
}
.BgClassName
{
background-color: #AFE50D;
}
</style>
border-color css
<style>
span { border-color: #AFE50D; }
span { border-color: rgb(175,229,13); }
td.TdClassName
{
border-color: #AFE50D;
}
.TagClassName
{
border-color: #AFE50D;
}
</style>