Shades of Inch Worm #AFE905
Tints of Inch Worm #AFE905
RGB
CMYK
RGB Variations
Color information
#AFE905 (or 0xAFE905) is known color: Inch Worm. HEX triplet: AF, E9 and 05. RGB value is (175,233,5). Sum of RGB (Red+Green+Blue) = 175+233+5=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 233 (91.41% from 255 or 56.42% from 413); Blue value is 5 (2.34% from 255 or 1.21% from 413); Max value from RGB is 233 - color contains mainly: green. Hex color #AFE905 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFE905 is #5016FA. Grayscale: #BEBEBE. Windows color (decimal): -5248763 or 387503. OLE color: 387503.
HSL color Cylindrical-coordinate representation of color #AFE905: hue angle of 75.26º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AFE905 is Cyan = 0.25, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 233 | 5 | - |
| CMYK | 0.25 | 0 | 0.98 | 0.09 |
| HSL | 75.26º | 0.96% | 0.47% | - |
| HSV(B) | 75.26º | 0.98% | 0.91% | - |
| XYZ | 46.85 | 67.4 | 10.68 | - |
| YUV | 189.67 | 23.78 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 233 | 5 | 0.25 | 0 | 0.98 | 0.09 | 75.26 | 0.96 | 0.47 |
| Hex | AF | E9 | 5 | 19 | 0 | 62 | 9 | 4B | 60 | 2F |
| Octal | 257 | 351 | 5 | 31 | 0 | 142 | 11 | 113 | 140 | 57 |
| Binary | 10101111 | 11101001 | 101 | 11001 | 0 | 1100010 | 1001 | 1001011 | 1100000 | 101111 |
Color Harmonies of #AFE905
Complementary color
Monochromatic Colors of #AFE905
Black with #AFE905
Text Example
Text Example
White with #AFE905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE905; }
p { color: rgb(175,233,5); }
H1.HeaderClassName
{
color: #AFE905;
}
.AnyTagClassName
{
color: #AFE905;
}
</style>
background-color css
<style>
a { background-color: #AFE905; }
a { background-color: rgb(175,233,5); }
div.DivClassName
{
background-color: #AFE905;
}
.BgClassName
{
background-color: #AFE905;
}
</style>
border-color css
<style>
span { border-color: #AFE905; }
span { border-color: rgb(175,233,5); }
td.TdClassName
{
border-color: #AFE905;
}
.TagClassName
{
border-color: #AFE905;
}
</style>