Shades of Inch Worm #AFE30B
Tints of Inch Worm #AFE30B
RGB
CMYK
RGB Variations
Color information
#AFE30B (or 0xAFE30B) is known color: Inch Worm. HEX triplet: AF, E3 and 0B. RGB value is (175,227,11). Sum of RGB (Red+Green+Blue) = 175+227+11=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 227 (89.06% from 255 or 54.96% from 413); Blue value is 11 (4.69% from 255 or 2.66% from 413); Max value from RGB is 227 - color contains mainly: green. Hex color #AFE30B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFE30B is #501CF4. Grayscale: #BBBBBB. Windows color (decimal): -5250293 or 779183. OLE color: 779183.
HSL color Cylindrical-coordinate representation of color #AFE30B: hue angle of 74.44º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AFE30B is Cyan = 0.23, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 227 | 11 | - |
| CMYK | 0.23 | 0 | 0.95 | 0.11 |
| HSL | 74.44º | 0.91% | 0.47% | - |
| HSV(B) | 74.44º | 0.95% | 0.89% | - |
| XYZ | 45.21 | 64.08 | 10.3 | - |
| YUV | 186.83 | 28.77 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 227 | 11 | 0.23 | 0 | 0.95 | 0.11 | 74.44 | 0.91 | 0.47 |
| Hex | AF | E3 | B | 17 | 0 | 5F | B | 4A | 5B | 2F |
| Octal | 257 | 343 | 13 | 27 | 0 | 137 | 13 | 112 | 133 | 57 |
| Binary | 10101111 | 11100011 | 1011 | 10111 | 0 | 1011111 | 1011 | 1001010 | 1011011 | 101111 |
Color Harmonies of #AFE30B
Complementary color
Monochromatic Colors of #AFE30B
Black with #AFE30B
Text Example
Text Example
White with #AFE30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE30B; }
p { color: rgb(175,227,11); }
H1.HeaderClassName
{
color: #AFE30B;
}
.AnyTagClassName
{
color: #AFE30B;
}
</style>
background-color css
<style>
a { background-color: #AFE30B; }
a { background-color: rgb(175,227,11); }
div.DivClassName
{
background-color: #AFE30B;
}
.BgClassName
{
background-color: #AFE30B;
}
</style>
border-color css
<style>
span { border-color: #AFE30B; }
span { border-color: rgb(175,227,11); }
td.TdClassName
{
border-color: #AFE30B;
}
.TagClassName
{
border-color: #AFE30B;
}
</style>