Shades of Inch Worm #AFE81E
Tints of Inch Worm #AFE81E
RGB
CMYK
RGB Variations
Color information
#AFE81E (or 0xAFE81E) is known color: Inch Worm. HEX triplet: AF, E8 and 1E. RGB value is (175,232,30). Sum of RGB (Red+Green+Blue) = 175+232+30=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 232 (91.02% from 255 or 53.09% from 437); Blue value is 30 (12.11% from 255 or 6.86% from 437); Max value from RGB is 232 - color contains mainly: green. Hex color #AFE81E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFE81E is #5017E1. Grayscale: #C0C0C0. Windows color (decimal): -5248994 or 2025647. OLE color: 2025647.
HSL color Cylindrical-coordinate representation of color #AFE81E: hue angle of 76.93º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AFE81E is Cyan = 0.25, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 232 | 30 | - |
| CMYK | 0.25 | 0 | 0.87 | 0.09 |
| HSL | 76.93º | 0.81% | 0.51% | - |
| HSV(B) | 76.93º | 0.87% | 0.91% | - |
| XYZ | 46.77 | 66.92 | 11.68 | - |
| YUV | 191.93 | 36.62 | 115.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 232 | 30 | 0.25 | 0 | 0.87 | 0.09 | 76.93 | 0.81 | 0.51 |
| Hex | AF | E8 | 1E | 19 | 0 | 57 | 9 | 4D | 51 | 33 |
| Octal | 257 | 350 | 36 | 31 | 0 | 127 | 11 | 115 | 121 | 63 |
| Binary | 10101111 | 11101000 | 11110 | 11001 | 0 | 1010111 | 1001 | 1001101 | 1010001 | 110011 |
Color Harmonies of #AFE81E
Complementary color
Monochromatic Colors of #AFE81E
Black with #AFE81E
Text Example
Text Example
White with #AFE81E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE81E; }
p { color: rgb(175,232,30); }
H1.HeaderClassName
{
color: #AFE81E;
}
.AnyTagClassName
{
color: #AFE81E;
}
</style>
background-color css
<style>
a { background-color: #AFE81E; }
a { background-color: rgb(175,232,30); }
div.DivClassName
{
background-color: #AFE81E;
}
.BgClassName
{
background-color: #AFE81E;
}
</style>
border-color css
<style>
span { border-color: #AFE81E; }
span { border-color: rgb(175,232,30); }
td.TdClassName
{
border-color: #AFE81E;
}
.TagClassName
{
border-color: #AFE81E;
}
</style>