Shades of Inch Worm #AFE220
Tints of Inch Worm #AFE220
RGB
CMYK
RGB Variations
Color information
#AFE220 (or 0xAFE220) is known color: Inch Worm. HEX triplet: AF, E2 and 20. RGB value is (175,226,32). Sum of RGB (Red+Green+Blue) = 175+226+32=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 226 (88.67% from 255 or 52.19% from 433); Blue value is 32 (12.89% from 255 or 7.39% from 433); Max value from RGB is 226 - color contains mainly: green. Hex color #AFE220 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFE220 is #501DDF. Grayscale: #BDBDBD. Windows color (decimal): -5250528 or 2155183. OLE color: 2155183.
HSL color Cylindrical-coordinate representation of color #AFE220: hue angle of 75.77º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AFE220 is Cyan = 0.23, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 226 | 32 | - |
| CMYK | 0.23 | 0 | 0.86 | 0.11 |
| HSL | 75.77º | 0.77% | 0.51% | - |
| HSV(B) | 75.77º | 0.86% | 0.89% | - |
| XYZ | 45.14 | 63.61 | 11.27 | - |
| YUV | 188.64 | 39.6 | 118.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 226 | 32 | 0.23 | 0 | 0.86 | 0.11 | 75.77 | 0.77 | 0.51 |
| Hex | AF | E2 | 20 | 17 | 0 | 56 | B | 4C | 4D | 33 |
| Octal | 257 | 342 | 40 | 27 | 0 | 126 | 13 | 114 | 115 | 63 |
| Binary | 10101111 | 11100010 | 100000 | 10111 | 0 | 1010110 | 1011 | 1001100 | 1001101 | 110011 |
Color Harmonies of #AFE220
Complementary color
Monochromatic Colors of #AFE220
Black with #AFE220
Text Example
Text Example
White with #AFE220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE220; }
p { color: rgb(175,226,32); }
H1.HeaderClassName
{
color: #AFE220;
}
.AnyTagClassName
{
color: #AFE220;
}
</style>
background-color css
<style>
a { background-color: #AFE220; }
a { background-color: rgb(175,226,32); }
div.DivClassName
{
background-color: #AFE220;
}
.BgClassName
{
background-color: #AFE220;
}
</style>
border-color css
<style>
span { border-color: #AFE220; }
span { border-color: rgb(175,226,32); }
td.TdClassName
{
border-color: #AFE220;
}
.TagClassName
{
border-color: #AFE220;
}
</style>