Shades of Inch Worm #AFE404
Tints of Inch Worm #AFE404
RGB
CMYK
RGB Variations
Color information
#AFE404 (or 0xAFE404) is known color: Inch Worm. HEX triplet: AF, E4 and 04. RGB value is (175,228,4). Sum of RGB (Red+Green+Blue) = 175+228+4=407 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.00% from 407); Green value is 228 (89.45% from 255 or 56.02% from 407); Blue value is 4 (1.95% from 255 or 0.98% from 407); Max value from RGB is 228 - color contains mainly: green. Hex color #AFE404 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFE404 is #501BFB. Grayscale: #BBBBBB. Windows color (decimal): -5250044 or 320687. OLE color: 320687.
HSL color Cylindrical-coordinate representation of color #AFE404: hue angle of 74.2º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AFE404 is Cyan = 0.23, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 228 | 4 | - |
| CMYK | 0.23 | 0 | 0.98 | 0.11 |
| HSL | 74.2º | 0.97% | 0.45% | - |
| HSV(B) | 74.2º | 0.98% | 0.89% | - |
| XYZ | 45.44 | 64.61 | 10.19 | - |
| YUV | 186.62 | 24.94 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 228 | 4 | 0.23 | 0 | 0.98 | 0.11 | 74.2 | 0.97 | 0.45 |
| Hex | AF | E4 | 4 | 17 | 0 | 62 | B | 4A | 61 | 2D |
| Octal | 257 | 344 | 4 | 27 | 0 | 142 | 13 | 112 | 141 | 55 |
| Binary | 10101111 | 11100100 | 100 | 10111 | 0 | 1100010 | 1011 | 1001010 | 1100001 | 101101 |
Color Harmonies of #AFE404
Complementary color
Monochromatic Colors of #AFE404
Black with #AFE404
Text Example
Text Example
White with #AFE404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE404; }
p { color: rgb(175,228,4); }
H1.HeaderClassName
{
color: #AFE404;
}
.AnyTagClassName
{
color: #AFE404;
}
</style>
background-color css
<style>
a { background-color: #AFE404; }
a { background-color: rgb(175,228,4); }
div.DivClassName
{
background-color: #AFE404;
}
.BgClassName
{
background-color: #AFE404;
}
</style>
border-color css
<style>
span { border-color: #AFE404; }
span { border-color: rgb(175,228,4); }
td.TdClassName
{
border-color: #AFE404;
}
.TagClassName
{
border-color: #AFE404;
}
</style>