Shades of Inch Worm #AFE621
Tints of Inch Worm #AFE621
RGB
CMYK
RGB Variations
Color information
#AFE621 (or 0xAFE621) is known color: Inch Worm. HEX triplet: AF, E6 and 21. RGB value is (175,230,33). Sum of RGB (Red+Green+Blue) = 175+230+33=438 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.95% from 438); Green value is 230 (90.23% from 255 or 52.51% from 438); Blue value is 33 (13.28% from 255 or 7.53% from 438); Max value from RGB is 230 - color contains mainly: green. Hex color #AFE621 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFE621 is #5019DE. Grayscale: #BFBFBF. Windows color (decimal): -5249503 or 2221743. OLE color: 2221743.
HSL color Cylindrical-coordinate representation of color #AFE621: hue angle of 76.75º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AFE621 is Cyan = 0.24, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 230 | 33 | - |
| CMYK | 0.24 | 0 | 0.86 | 0.10 |
| HSL | 76.75º | 0.8% | 0.52% | - |
| HSV(B) | 76.75º | 0.86% | 0.9% | - |
| XYZ | 46.25 | 65.82 | 11.71 | - |
| YUV | 191.1 | 38.78 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 230 | 33 | 0.24 | 0 | 0.86 | 0.10 | 76.75 | 0.8 | 0.52 |
| Hex | AF | E6 | 21 | 18 | 0 | 56 | A | 4D | 50 | 34 |
| Octal | 257 | 346 | 41 | 30 | 0 | 126 | 12 | 115 | 120 | 64 |
| Binary | 10101111 | 11100110 | 100001 | 11000 | 0 | 1010110 | 1010 | 1001101 | 1010000 | 110100 |
Color Harmonies of #AFE621
Complementary color
Monochromatic Colors of #AFE621
Black with #AFE621
Text Example
Text Example
White with #AFE621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE621; }
p { color: rgb(175,230,33); }
H1.HeaderClassName
{
color: #AFE621;
}
.AnyTagClassName
{
color: #AFE621;
}
</style>
background-color css
<style>
a { background-color: #AFE621; }
a { background-color: rgb(175,230,33); }
div.DivClassName
{
background-color: #AFE621;
}
.BgClassName
{
background-color: #AFE621;
}
</style>
border-color css
<style>
span { border-color: #AFE621; }
span { border-color: rgb(175,230,33); }
td.TdClassName
{
border-color: #AFE621;
}
.TagClassName
{
border-color: #AFE621;
}
</style>