Shades of Inch Worm #AFE50C
Tints of Inch Worm #AFE50C
RGB
CMYK
RGB Variations
Color information
#AFE50C (or 0xAFE50C) is known color: Inch Worm. HEX triplet: AF, E5 and 0C. RGB value is (175,229,12). Sum of RGB (Red+Green+Blue) = 175+229+12=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 229 (89.84% from 255 or 55.05% from 416); Blue value is 12 (5.08% from 255 or 2.88% from 416); Max value from RGB is 229 - color contains mainly: green. Hex color #AFE50C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFE50C is #501AF3. Grayscale: #BCBCBC. Windows color (decimal): -5249780 or 845231. OLE color: 845231.
HSL color Cylindrical-coordinate representation of color #AFE50C: hue angle of 74.93º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AFE50C is Cyan = 0.24, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 229 | 12 | - |
| CMYK | 0.24 | 0 | 0.95 | 0.10 |
| HSL | 74.93º | 0.9% | 0.47% | - |
| HSV(B) | 74.93º | 0.95% | 0.9% | - |
| XYZ | 45.76 | 65.18 | 10.52 | - |
| YUV | 188.12 | 28.61 | 118.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 229 | 12 | 0.24 | 0 | 0.95 | 0.10 | 74.93 | 0.9 | 0.47 |
| Hex | AF | E5 | C | 18 | 0 | 5F | A | 4B | 5A | 2F |
| Octal | 257 | 345 | 14 | 30 | 0 | 137 | 12 | 113 | 132 | 57 |
| Binary | 10101111 | 11100101 | 1100 | 11000 | 0 | 1011111 | 1010 | 1001011 | 1011010 | 101111 |
Color Harmonies of #AFE50C
Complementary color
Monochromatic Colors of #AFE50C
Black with #AFE50C
Text Example
Text Example
White with #AFE50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE50C; }
p { color: rgb(175,229,12); }
H1.HeaderClassName
{
color: #AFE50C;
}
.AnyTagClassName
{
color: #AFE50C;
}
</style>
background-color css
<style>
a { background-color: #AFE50C; }
a { background-color: rgb(175,229,12); }
div.DivClassName
{
background-color: #AFE50C;
}
.BgClassName
{
background-color: #AFE50C;
}
</style>
border-color css
<style>
span { border-color: #AFE50C; }
span { border-color: rgb(175,229,12); }
td.TdClassName
{
border-color: #AFE50C;
}
.TagClassName
{
border-color: #AFE50C;
}
</style>