Shades of Inch Worm #AFD315
Tints of Inch Worm #AFD315
RGB
CMYK
RGB Variations
Color information
#AFD315 (or 0xAFD315) is known color: Inch Worm. HEX triplet: AF, D3 and 15. RGB value is (175,211,21). Sum of RGB (Red+Green+Blue) = 175+211+21=407 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.00% from 407); Green value is 211 (82.81% from 255 or 51.84% from 407); Blue value is 21 (8.59% from 255 or 5.16% from 407); Max value from RGB is 211 - color contains mainly: green. Hex color #AFD315 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFD315 is #502CEA. Grayscale: #B3B3B3. Windows color (decimal): -5254379 or 1430447. OLE color: 1430447.
HSL color Cylindrical-coordinate representation of color #AFD315: hue angle of 71.37º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AFD315 is Cyan = 0.17, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 175 | 211 | 21 | - |
| CMYK | 0.17 | 0 | 0.90 | 0.17 |
| HSL | 71.37º | 0.82% | 0.45% | - |
| HSV(B) | 71.37º | 0.9% | 0.83% | - |
| XYZ | 41.11 | 55.76 | 9.3 | - |
| YUV | 178.58 | 39.07 | 125.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 211 | 21 | 0.17 | 0 | 0.90 | 0.17 | 71.37 | 0.82 | 0.45 |
| Hex | AF | D3 | 15 | 11 | 0 | 5A | 11 | 47 | 52 | 2D |
| Octal | 257 | 323 | 25 | 21 | 0 | 132 | 21 | 107 | 122 | 55 |
| Binary | 10101111 | 11010011 | 10101 | 10001 | 0 | 1011010 | 10001 | 1000111 | 1010010 | 101101 |
Color Harmonies of #AFD315
Complementary color
Monochromatic Colors of #AFD315
Black with #AFD315
Text Example
Text Example
White with #AFD315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD315; }
p { color: rgb(175,211,21); }
H1.HeaderClassName
{
color: #AFD315;
}
.AnyTagClassName
{
color: #AFD315;
}
</style>
background-color css
<style>
a { background-color: #AFD315; }
a { background-color: rgb(175,211,21); }
div.DivClassName
{
background-color: #AFD315;
}
.BgClassName
{
background-color: #AFD315;
}
</style>
border-color css
<style>
span { border-color: #AFD315; }
span { border-color: rgb(175,211,21); }
td.TdClassName
{
border-color: #AFD315;
}
.TagClassName
{
border-color: #AFD315;
}
</style>