Shades of Inch Worm #AFE413
Tints of Inch Worm #AFE413
RGB
CMYK
RGB Variations
Color information
#AFE413 (or 0xAFE413) is known color: Inch Worm. HEX triplet: AF, E4 and 13. RGB value is (175,228,19). Sum of RGB (Red+Green+Blue) = 175+228+19=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 228 (89.45% from 255 or 54.03% from 422); Blue value is 19 (7.81% from 255 or 4.50% from 422); Max value from RGB is 228 - color contains mainly: green. Hex color #AFE413 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFE413 is #501BEC. Grayscale: #BDBDBD. Windows color (decimal): -5250029 or 1303727. OLE color: 1303727.
HSL color Cylindrical-coordinate representation of color #AFE413: hue angle of 75.22º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AFE413 is Cyan = 0.23, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 228 | 19 | - |
| CMYK | 0.23 | 0 | 0.92 | 0.11 |
| HSL | 75.22º | 0.85% | 0.48% | - |
| HSV(B) | 75.22º | 0.92% | 0.89% | - |
| XYZ | 45.54 | 64.65 | 10.69 | - |
| YUV | 188.33 | 32.44 | 118.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 228 | 19 | 0.23 | 0 | 0.92 | 0.11 | 75.22 | 0.85 | 0.48 |
| Hex | AF | E4 | 13 | 17 | 0 | 5C | B | 4B | 55 | 30 |
| Octal | 257 | 344 | 23 | 27 | 0 | 134 | 13 | 113 | 125 | 60 |
| Binary | 10101111 | 11100100 | 10011 | 10111 | 0 | 1011100 | 1011 | 1001011 | 1010101 | 110000 |
Color Harmonies of #AFE413
Complementary color
Monochromatic Colors of #AFE413
Black with #AFE413
Text Example
Text Example
White with #AFE413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE413; }
p { color: rgb(175,228,19); }
H1.HeaderClassName
{
color: #AFE413;
}
.AnyTagClassName
{
color: #AFE413;
}
</style>
background-color css
<style>
a { background-color: #AFE413; }
a { background-color: rgb(175,228,19); }
div.DivClassName
{
background-color: #AFE413;
}
.BgClassName
{
background-color: #AFE413;
}
</style>
border-color css
<style>
span { border-color: #AFE413; }
span { border-color: rgb(175,228,19); }
td.TdClassName
{
border-color: #AFE413;
}
.TagClassName
{
border-color: #AFE413;
}
</style>