Shades of Inch Worm #AFD312
Tints of Inch Worm #AFD312
RGB
CMYK
RGB Variations
Color information
#AFD312 (or 0xAFD312) is known color: Inch Worm. HEX triplet: AF, D3 and 12. RGB value is (175,211,18). Sum of RGB (Red+Green+Blue) = 175+211+18=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 211 (82.81% from 255 or 52.23% from 404); Blue value is 18 (7.42% from 255 or 4.46% from 404); Max value from RGB is 211 - color contains mainly: green. Hex color #AFD312 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFD312 is #502CED. Grayscale: #B2B2B2. Windows color (decimal): -5254382 or 1233839. OLE color: 1233839.
HSL color Cylindrical-coordinate representation of color #AFD312: hue angle of 71.19º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AFD312 is Cyan = 0.17, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 175 | 211 | 18 | - |
| CMYK | 0.17 | 0 | 0.91 | 0.17 |
| HSL | 71.19º | 0.84% | 0.45% | - |
| HSV(B) | 71.19º | 0.91% | 0.83% | - |
| XYZ | 41.08 | 55.75 | 9.17 | - |
| YUV | 178.23 | 37.57 | 125.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 211 | 18 | 0.17 | 0 | 0.91 | 0.17 | 71.19 | 0.84 | 0.45 |
| Hex | AF | D3 | 12 | 11 | 0 | 5B | 11 | 47 | 54 | 2D |
| Octal | 257 | 323 | 22 | 21 | 0 | 133 | 21 | 107 | 124 | 55 |
| Binary | 10101111 | 11010011 | 10010 | 10001 | 0 | 1011011 | 10001 | 1000111 | 1010100 | 101101 |
Color Harmonies of #AFD312
Complementary color
Monochromatic Colors of #AFD312
Black with #AFD312
Text Example
Text Example
White with #AFD312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD312; }
p { color: rgb(175,211,18); }
H1.HeaderClassName
{
color: #AFD312;
}
.AnyTagClassName
{
color: #AFD312;
}
</style>
background-color css
<style>
a { background-color: #AFD312; }
a { background-color: rgb(175,211,18); }
div.DivClassName
{
background-color: #AFD312;
}
.BgClassName
{
background-color: #AFD312;
}
</style>
border-color css
<style>
span { border-color: #AFD312; }
span { border-color: rgb(175,211,18); }
td.TdClassName
{
border-color: #AFD312;
}
.TagClassName
{
border-color: #AFD312;
}
</style>