Shades of Inch Worm #AFE40F
Tints of Inch Worm #AFE40F
RGB
CMYK
RGB Variations
Color information
#AFE40F (or 0xAFE40F) is known color: Inch Worm. HEX triplet: AF, E4 and 0F. RGB value is (175,228,15). Sum of RGB (Red+Green+Blue) = 175+228+15=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 228 (89.45% from 255 or 54.55% from 418); Blue value is 15 (6.25% from 255 or 3.59% from 418); Max value from RGB is 228 - color contains mainly: green. Hex color #AFE40F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFE40F is #501BF0. Grayscale: #BCBCBC. Windows color (decimal): -5250033 or 1041583. OLE color: 1041583.
HSL color Cylindrical-coordinate representation of color #AFE40F: hue angle of 74.93º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AFE40F is Cyan = 0.23, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 228 | 15 | - |
| CMYK | 0.23 | 0 | 0.93 | 0.11 |
| HSL | 74.93º | 0.88% | 0.48% | - |
| HSV(B) | 74.93º | 0.93% | 0.89% | - |
| XYZ | 45.51 | 64.64 | 10.53 | - |
| YUV | 187.87 | 30.44 | 118.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 228 | 15 | 0.23 | 0 | 0.93 | 0.11 | 74.93 | 0.88 | 0.48 |
| Hex | AF | E4 | F | 17 | 0 | 5D | B | 4B | 58 | 30 |
| Octal | 257 | 344 | 17 | 27 | 0 | 135 | 13 | 113 | 130 | 60 |
| Binary | 10101111 | 11100100 | 1111 | 10111 | 0 | 1011101 | 1011 | 1001011 | 1011000 | 110000 |
Color Harmonies of #AFE40F
Complementary color
Monochromatic Colors of #AFE40F
Black with #AFE40F
Text Example
Text Example
White with #AFE40F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE40F; }
p { color: rgb(175,228,15); }
H1.HeaderClassName
{
color: #AFE40F;
}
.AnyTagClassName
{
color: #AFE40F;
}
</style>
background-color css
<style>
a { background-color: #AFE40F; }
a { background-color: rgb(175,228,15); }
div.DivClassName
{
background-color: #AFE40F;
}
.BgClassName
{
background-color: #AFE40F;
}
</style>
border-color css
<style>
span { border-color: #AFE40F; }
span { border-color: rgb(175,228,15); }
td.TdClassName
{
border-color: #AFE40F;
}
.TagClassName
{
border-color: #AFE40F;
}
</style>