Shades of Inch Worm #AFD401
Tints of Inch Worm #AFD401
RGB
CMYK
RGB Variations
Color information
#AFD401 (or 0xAFD401) is known color: Inch Worm. HEX triplet: AF, D4 and 01. RGB value is (175,212,1). Sum of RGB (Red+Green+Blue) = 175+212+1=388 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.10% from 388); Green value is 212 (83.20% from 255 or 54.64% from 388); Blue value is 1 (0.78% from 255 or 0.26% from 388); Max value from RGB is 212 - color contains mainly: green. Hex color #AFD401 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFD401 is #502BFE. Grayscale: #B1B1B1. Windows color (decimal): -5254143 or 119983. OLE color: 119983.
HSL color Cylindrical-coordinate representation of color #AFD401: hue angle of 70.52º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AFD401 is Cyan = 0.17, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 175 | 212 | 1 | - |
| CMYK | 0.17 | 0 | 1.00 | 0.17 |
| HSL | 70.52º | 0.99% | 0.42% | - |
| HSV(B) | 70.52º | 1% | 0.83% | - |
| XYZ | 41.23 | 56.2 | 8.7 | - |
| YUV | 176.88 | 28.74 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 212 | 1 | 0.17 | 0 | 1.00 | 0.17 | 70.52 | 0.99 | 0.42 |
| Hex | AF | D4 | 1 | 11 | 0 | 64 | 11 | 47 | 63 | 2A |
| Octal | 257 | 324 | 1 | 21 | 0 | 144 | 21 | 107 | 143 | 52 |
| Binary | 10101111 | 11010100 | 1 | 10001 | 0 | 1100100 | 10001 | 1000111 | 1100011 | 101010 |
Color Harmonies of #AFD401
Complementary color
Monochromatic Colors of #AFD401
Black with #AFD401
Text Example
Text Example
White with #AFD401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD401; }
p { color: rgb(175,212,1); }
H1.HeaderClassName
{
color: #AFD401;
}
.AnyTagClassName
{
color: #AFD401;
}
</style>
background-color css
<style>
a { background-color: #AFD401; }
a { background-color: rgb(175,212,1); }
div.DivClassName
{
background-color: #AFD401;
}
.BgClassName
{
background-color: #AFD401;
}
</style>
border-color css
<style>
span { border-color: #AFD401; }
span { border-color: rgb(175,212,1); }
td.TdClassName
{
border-color: #AFD401;
}
.TagClassName
{
border-color: #AFD401;
}
</style>