Shades of Inch Worm #AFD213
Tints of Inch Worm #AFD213
RGB
CMYK
RGB Variations
Color information
#AFD213 (or 0xAFD213) is known color: Inch Worm. HEX triplet: AF, D2 and 13. RGB value is (175,210,19). Sum of RGB (Red+Green+Blue) = 175+210+19=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 210 (82.42% from 255 or 51.98% from 404); Blue value is 19 (7.81% from 255 or 4.70% from 404); Max value from RGB is 210 - color contains mainly: green. Hex color #AFD213 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFD213 is #502DEC. Grayscale: #B2B2B2. Windows color (decimal): -5254637 or 1299119. OLE color: 1299119.
HSL color Cylindrical-coordinate representation of color #AFD213: hue angle of 70.99º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AFD213 is Cyan = 0.17, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 210 | 19 | - |
| CMYK | 0.17 | 0 | 0.91 | 0.18 |
| HSL | 70.99º | 0.83% | 0.45% | - |
| HSV(B) | 70.99º | 0.91% | 0.82% | - |
| XYZ | 40.84 | 55.25 | 9.13 | - |
| YUV | 177.76 | 38.4 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 210 | 19 | 0.17 | 0 | 0.91 | 0.18 | 70.99 | 0.83 | 0.45 |
| Hex | AF | D2 | 13 | 11 | 0 | 5B | 12 | 47 | 53 | 2D |
| Octal | 257 | 322 | 23 | 21 | 0 | 133 | 22 | 107 | 123 | 55 |
| Binary | 10101111 | 11010010 | 10011 | 10001 | 0 | 1011011 | 10010 | 1000111 | 1010011 | 101101 |
Color Harmonies of #AFD213
Complementary color
Monochromatic Colors of #AFD213
Black with #AFD213
Text Example
Text Example
White with #AFD213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD213; }
p { color: rgb(175,210,19); }
H1.HeaderClassName
{
color: #AFD213;
}
.AnyTagClassName
{
color: #AFD213;
}
</style>
background-color css
<style>
a { background-color: #AFD213; }
a { background-color: rgb(175,210,19); }
div.DivClassName
{
background-color: #AFD213;
}
.BgClassName
{
background-color: #AFD213;
}
</style>
border-color css
<style>
span { border-color: #AFD213; }
span { border-color: rgb(175,210,19); }
td.TdClassName
{
border-color: #AFD213;
}
.TagClassName
{
border-color: #AFD213;
}
</style>