Shades of Inch Worm #AFD501
Tints of Inch Worm #AFD501
RGB
CMYK
RGB Variations
Color information
#AFD501 (or 0xAFD501) is known color: Inch Worm. HEX triplet: AF, D5 and 01. RGB value is (175,213,1). Sum of RGB (Red+Green+Blue) = 175+213+1=389 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.99% from 389); Green value is 213 (83.59% from 255 or 54.76% from 389); Blue value is 1 (0.78% from 255 or 0.26% from 389); Max value from RGB is 213 - color contains mainly: green. Hex color #AFD501 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFD501 is #502AFE. Grayscale: #B2B2B2. Windows color (decimal): -5253887 or 120239. OLE color: 120239.
HSL color Cylindrical-coordinate representation of color #AFD501: hue angle of 70.75º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AFD501 is Cyan = 0.18, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 175 | 213 | 1 | - |
| CMYK | 0.18 | 0 | 1.00 | 0.16 |
| HSL | 70.75º | 0.99% | 0.42% | - |
| HSV(B) | 70.75º | 1% | 0.84% | - |
| XYZ | 41.48 | 56.7 | 8.79 | - |
| YUV | 177.47 | 28.41 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 213 | 1 | 0.18 | 0 | 1.00 | 0.16 | 70.75 | 0.99 | 0.42 |
| Hex | AF | D5 | 1 | 12 | 0 | 64 | 10 | 47 | 63 | 2A |
| Octal | 257 | 325 | 1 | 22 | 0 | 144 | 20 | 107 | 143 | 52 |
| Binary | 10101111 | 11010101 | 1 | 10010 | 0 | 1100100 | 10000 | 1000111 | 1100011 | 101010 |
Color Harmonies of #AFD501
Complementary color
Monochromatic Colors of #AFD501
Black with #AFD501
Text Example
Text Example
White with #AFD501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD501; }
p { color: rgb(175,213,1); }
H1.HeaderClassName
{
color: #AFD501;
}
.AnyTagClassName
{
color: #AFD501;
}
</style>
background-color css
<style>
a { background-color: #AFD501; }
a { background-color: rgb(175,213,1); }
div.DivClassName
{
background-color: #AFD501;
}
.BgClassName
{
background-color: #AFD501;
}
</style>
border-color css
<style>
span { border-color: #AFD501; }
span { border-color: rgb(175,213,1); }
td.TdClassName
{
border-color: #AFD501;
}
.TagClassName
{
border-color: #AFD501;
}
</style>