Shades of Inch Worm #AFE400
Tints of Inch Worm #AFE400
RGB
CMYK
RGB Variations
Color information
#AFE400 (or 0xAFE400) is known color: Inch Worm. HEX triplet: AF, E4 and 00. RGB value is (175,228,0). Sum of RGB (Red+Green+Blue) = 175+228+0=403 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.42% from 403); Green value is 228 (89.45% from 255 or 56.58% from 403); Blue value is 0 (0.39% from 255 or 0% from 403); Max value from RGB is 228 - color contains mainly: green. Hex color #AFE400 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFE400 is #501BFF. Grayscale: #BBBBBB. Windows color (decimal): -5250048 or 58543. OLE color: 58543.
HSL color Cylindrical-coordinate representation of color #AFE400: hue angle of 73.95º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AFE400 is Cyan = 0.23, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 228 | 0 | - |
| CMYK | 0.23 | 0 | 1 | 0.11 |
| HSL | 73.95º | 1% | 0.45% | - |
| HSV(B) | 73.95º | 1% | 0.89% | - |
| XYZ | 45.42 | 64.6 | 10.08 | - |
| YUV | 186.16 | 22.94 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 228 | 0 | 0.23 | 0 | 1 | 0.11 | 73.95 | 1 | 0.45 |
| Hex | AF | E4 | 0 | 17 | 0 | 64 | B | 4A | 64 | 2D |
| Octal | 257 | 344 | 0 | 27 | 0 | 144 | 13 | 112 | 144 | 55 |
| Binary | 10101111 | 11100100 | 0 | 10111 | 0 | 1100100 | 1011 | 1001010 | 1100100 | 101101 |
Color Harmonies of #AFE400
Complementary color
Monochromatic Colors of #AFE400
Black with #AFE400
Text Example
Text Example
White with #AFE400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE400; }
p { color: rgb(175,228,0); }
H1.HeaderClassName
{
color: #AFE400;
}
.AnyTagClassName
{
color: #AFE400;
}
</style>
background-color css
<style>
a { background-color: #AFE400; }
a { background-color: rgb(175,228,0); }
div.DivClassName
{
background-color: #AFE400;
}
.BgClassName
{
background-color: #AFE400;
}
</style>
border-color css
<style>
span { border-color: #AFE400; }
span { border-color: rgb(175,228,0); }
td.TdClassName
{
border-color: #AFE400;
}
.TagClassName
{
border-color: #AFE400;
}
</style>