Shades of Inch Worm #AFE827
Tints of Inch Worm #AFE827
RGB
CMYK
RGB Variations
Color information
#AFE827 (or 0xAFE827) is known color: Inch Worm. HEX triplet: AF, E8 and 27. RGB value is (175,232,39). Sum of RGB (Red+Green+Blue) = 175+232+39=446 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.24% from 446); Green value is 232 (91.02% from 255 or 52.02% from 446); Blue value is 39 (15.62% from 255 or 8.74% from 446); Max value from RGB is 232 - color contains mainly: green. Hex color #AFE827 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFE827 is #5017D8. Grayscale: #C1C1C1. Windows color (decimal): -5248985 or 2615471. OLE color: 2615471.
HSL color Cylindrical-coordinate representation of color #AFE827: hue angle of 77.72º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AFE827 is Cyan = 0.25, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 232 | 39 | - |
| CMYK | 0.25 | 0 | 0.83 | 0.09 |
| HSL | 77.72º | 0.81% | 0.53% | - |
| HSV(B) | 77.72º | 0.83% | 0.91% | - |
| XYZ | 46.9 | 66.97 | 12.37 | - |
| YUV | 192.96 | 41.12 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 232 | 39 | 0.25 | 0 | 0.83 | 0.09 | 77.72 | 0.81 | 0.53 |
| Hex | AF | E8 | 27 | 19 | 0 | 53 | 9 | 4E | 51 | 35 |
| Octal | 257 | 350 | 47 | 31 | 0 | 123 | 11 | 116 | 121 | 65 |
| Binary | 10101111 | 11101000 | 100111 | 11001 | 0 | 1010011 | 1001 | 1001110 | 1010001 | 110101 |
Color Harmonies of #AFE827
Complementary color
Monochromatic Colors of #AFE827
Black with #AFE827
Text Example
Text Example
White with #AFE827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE827; }
p { color: rgb(175,232,39); }
H1.HeaderClassName
{
color: #AFE827;
}
.AnyTagClassName
{
color: #AFE827;
}
</style>
background-color css
<style>
a { background-color: #AFE827; }
a { background-color: rgb(175,232,39); }
div.DivClassName
{
background-color: #AFE827;
}
.BgClassName
{
background-color: #AFE827;
}
</style>
border-color css
<style>
span { border-color: #AFE827; }
span { border-color: rgb(175,232,39); }
td.TdClassName
{
border-color: #AFE827;
}
.TagClassName
{
border-color: #AFE827;
}
</style>