Shades of Inch Worm #AFE50B
Tints of Inch Worm #AFE50B
RGB
CMYK
RGB Variations
Color information
#AFE50B (or 0xAFE50B) is known color: Inch Worm. HEX triplet: AF, E5 and 0B. RGB value is (175,229,11). Sum of RGB (Red+Green+Blue) = 175+229+11=415 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.17% from 415); Green value is 229 (89.84% from 255 or 55.18% from 415); Blue value is 11 (4.69% from 255 or 2.65% from 415); Max value from RGB is 229 - color contains mainly: green. Hex color #AFE50B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFE50B is #501AF4. Grayscale: #BCBCBC. Windows color (decimal): -5249781 or 779695. OLE color: 779695.
HSL color Cylindrical-coordinate representation of color #AFE50B: hue angle of 74.86º degrees, saturation: 0.91, 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 #AFE50B is Cyan = 0.24, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 229 | 11 | - |
| CMYK | 0.24 | 0 | 0.95 | 0.10 |
| HSL | 74.86º | 0.91% | 0.47% | - |
| HSV(B) | 74.86º | 0.95% | 0.9% | - |
| XYZ | 45.76 | 65.18 | 10.49 | - |
| YUV | 188 | 28.11 | 118.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 229 | 11 | 0.24 | 0 | 0.95 | 0.10 | 74.86 | 0.91 | 0.47 |
| Hex | AF | E5 | B | 18 | 0 | 5F | A | 4B | 5B | 2F |
| Octal | 257 | 345 | 13 | 30 | 0 | 137 | 12 | 113 | 133 | 57 |
| Binary | 10101111 | 11100101 | 1011 | 11000 | 0 | 1011111 | 1010 | 1001011 | 1011011 | 101111 |
Color Harmonies of #AFE50B
Complementary color
Monochromatic Colors of #AFE50B
Black with #AFE50B
Text Example
Text Example
White with #AFE50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE50B; }
p { color: rgb(175,229,11); }
H1.HeaderClassName
{
color: #AFE50B;
}
.AnyTagClassName
{
color: #AFE50B;
}
</style>
background-color css
<style>
a { background-color: #AFE50B; }
a { background-color: rgb(175,229,11); }
div.DivClassName
{
background-color: #AFE50B;
}
.BgClassName
{
background-color: #AFE50B;
}
</style>
border-color css
<style>
span { border-color: #AFE50B; }
span { border-color: rgb(175,229,11); }
td.TdClassName
{
border-color: #AFE50B;
}
.TagClassName
{
border-color: #AFE50B;
}
</style>