Shades of Inch Worm #AFE321
Tints of Inch Worm #AFE321
RGB
CMYK
RGB Variations
Color information
#AFE321 (or 0xAFE321) is known color: Inch Worm. HEX triplet: AF, E3 and 21. RGB value is (175,227,33). Sum of RGB (Red+Green+Blue) = 175+227+33=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 227 (89.06% from 255 or 52.18% from 435); Blue value is 33 (13.28% from 255 or 7.59% from 435); Max value from RGB is 227 - color contains mainly: green. Hex color #AFE321 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFE321 is #501CDE. Grayscale: #BEBEBE. Windows color (decimal): -5250271 or 2220975. OLE color: 2220975.
HSL color Cylindrical-coordinate representation of color #AFE321: hue angle of 76.08º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AFE321 is Cyan = 0.23, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 227 | 33 | - |
| CMYK | 0.23 | 0 | 0.85 | 0.11 |
| HSL | 76.08º | 0.78% | 0.51% | - |
| HSV(B) | 76.08º | 0.85% | 0.89% | - |
| XYZ | 45.42 | 64.16 | 11.43 | - |
| YUV | 189.34 | 39.77 | 117.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 227 | 33 | 0.23 | 0 | 0.85 | 0.11 | 76.08 | 0.78 | 0.51 |
| Hex | AF | E3 | 21 | 17 | 0 | 55 | B | 4C | 4E | 33 |
| Octal | 257 | 343 | 41 | 27 | 0 | 125 | 13 | 114 | 116 | 63 |
| Binary | 10101111 | 11100011 | 100001 | 10111 | 0 | 1010101 | 1011 | 1001100 | 1001110 | 110011 |
Color Harmonies of #AFE321
Complementary color
Monochromatic Colors of #AFE321
Black with #AFE321
Text Example
Text Example
White with #AFE321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE321; }
p { color: rgb(175,227,33); }
H1.HeaderClassName
{
color: #AFE321;
}
.AnyTagClassName
{
color: #AFE321;
}
</style>
background-color css
<style>
a { background-color: #AFE321; }
a { background-color: rgb(175,227,33); }
div.DivClassName
{
background-color: #AFE321;
}
.BgClassName
{
background-color: #AFE321;
}
</style>
border-color css
<style>
span { border-color: #AFE321; }
span { border-color: rgb(175,227,33); }
td.TdClassName
{
border-color: #AFE321;
}
.TagClassName
{
border-color: #AFE321;
}
</style>