Shades of Inch Worm #AFE521
Tints of Inch Worm #AFE521
RGB
CMYK
RGB Variations
Color information
#AFE521 (or 0xAFE521) is known color: Inch Worm. HEX triplet: AF, E5 and 21. RGB value is (175,229,33). Sum of RGB (Red+Green+Blue) = 175+229+33=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 229 (89.84% from 255 or 52.40% from 437); Blue value is 33 (13.28% from 255 or 7.55% from 437); Max value from RGB is 229 - color contains mainly: green. Hex color #AFE521 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFE521 is #501ADE. Grayscale: #BFBFBF. Windows color (decimal): -5249759 or 2221487. OLE color: 2221487.
HSL color Cylindrical-coordinate representation of color #AFE521: hue angle of 76.53º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AFE521 is Cyan = 0.24, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 229 | 33 | - |
| CMYK | 0.24 | 0 | 0.86 | 0.10 |
| HSL | 76.53º | 0.79% | 0.51% | - |
| HSV(B) | 76.53º | 0.86% | 0.9% | - |
| XYZ | 45.97 | 65.26 | 11.61 | - |
| YUV | 190.51 | 39.11 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 229 | 33 | 0.24 | 0 | 0.86 | 0.10 | 76.53 | 0.79 | 0.51 |
| Hex | AF | E5 | 21 | 18 | 0 | 56 | A | 4D | 4F | 33 |
| Octal | 257 | 345 | 41 | 30 | 0 | 126 | 12 | 115 | 117 | 63 |
| Binary | 10101111 | 11100101 | 100001 | 11000 | 0 | 1010110 | 1010 | 1001101 | 1001111 | 110011 |
Color Harmonies of #AFE521
Complementary color
Monochromatic Colors of #AFE521
Black with #AFE521
Text Example
Text Example
White with #AFE521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE521; }
p { color: rgb(175,229,33); }
H1.HeaderClassName
{
color: #AFE521;
}
.AnyTagClassName
{
color: #AFE521;
}
</style>
background-color css
<style>
a { background-color: #AFE521; }
a { background-color: rgb(175,229,33); }
div.DivClassName
{
background-color: #AFE521;
}
.BgClassName
{
background-color: #AFE521;
}
</style>
border-color css
<style>
span { border-color: #AFE521; }
span { border-color: rgb(175,229,33); }
td.TdClassName
{
border-color: #AFE521;
}
.TagClassName
{
border-color: #AFE521;
}
</style>