Shades of Inch Worm #AFD30B
Tints of Inch Worm #AFD30B
RGB
CMYK
RGB Variations
Color information
#AFD30B (or 0xAFD30B) is known color: Inch Worm. HEX triplet: AF, D3 and 0B. RGB value is (175,211,11). Sum of RGB (Red+Green+Blue) = 175+211+11=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 211 (82.81% from 255 or 53.15% from 397); Blue value is 11 (4.69% from 255 or 2.77% from 397); Max value from RGB is 211 - color contains mainly: green. Hex color #AFD30B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFD30B is #502CF4. Grayscale: #B2B2B2. Windows color (decimal): -5254389 or 775087. OLE color: 775087.
HSL color Cylindrical-coordinate representation of color #AFD30B: hue angle of 70.8º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AFD30B is Cyan = 0.17, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 175 | 211 | 11 | - |
| CMYK | 0.17 | 0 | 0.95 | 0.17 |
| HSL | 70.8º | 0.9% | 0.44% | - |
| HSV(B) | 70.8º | 0.95% | 0.83% | - |
| XYZ | 41.03 | 55.73 | 8.91 | - |
| YUV | 177.44 | 34.07 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 211 | 11 | 0.17 | 0 | 0.95 | 0.17 | 70.8 | 0.9 | 0.44 |
| Hex | AF | D3 | B | 11 | 0 | 5F | 11 | 47 | 5A | 2C |
| Octal | 257 | 323 | 13 | 21 | 0 | 137 | 21 | 107 | 132 | 54 |
| Binary | 10101111 | 11010011 | 1011 | 10001 | 0 | 1011111 | 10001 | 1000111 | 1011010 | 101100 |
Color Harmonies of #AFD30B
Complementary color
Monochromatic Colors of #AFD30B
Black with #AFD30B
Text Example
Text Example
White with #AFD30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD30B; }
p { color: rgb(175,211,11); }
H1.HeaderClassName
{
color: #AFD30B;
}
.AnyTagClassName
{
color: #AFD30B;
}
</style>
background-color css
<style>
a { background-color: #AFD30B; }
a { background-color: rgb(175,211,11); }
div.DivClassName
{
background-color: #AFD30B;
}
.BgClassName
{
background-color: #AFD30B;
}
</style>
border-color css
<style>
span { border-color: #AFD30B; }
span { border-color: rgb(175,211,11); }
td.TdClassName
{
border-color: #AFD30B;
}
.TagClassName
{
border-color: #AFD30B;
}
</style>