Shades of Inch Worm #AFD400
Tints of Inch Worm #AFD400
RGB
CMYK
RGB Variations
Color information
#AFD400 (or 0xAFD400) is known color: Inch Worm. HEX triplet: AF, D4 and 00. RGB value is (175,212,0). Sum of RGB (Red+Green+Blue) = 175+212+0=387 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.22% from 387); Green value is 212 (83.20% from 255 or 54.78% from 387); Blue value is 0 (0.39% from 255 or 0% from 387); Max value from RGB is 212 - color contains mainly: green. Hex color #AFD400 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFD400 is #502BFF. Grayscale: #B1B1B1. Windows color (decimal): -5254144 or 54447. OLE color: 54447.
HSL color Cylindrical-coordinate representation of color #AFD400: hue angle of 70.47º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AFD400 is Cyan = 0.17, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 175 | 212 | 0 | - |
| CMYK | 0.17 | 0 | 1 | 0.17 |
| HSL | 70.47º | 1% | 0.42% | - |
| HSV(B) | 70.47º | 1% | 0.83% | - |
| XYZ | 41.22 | 56.2 | 8.68 | - |
| YUV | 176.77 | 28.24 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 212 | 0 | 0.17 | 0 | 1 | 0.17 | 70.47 | 1 | 0.42 |
| Hex | AF | D4 | 0 | 11 | 0 | 64 | 11 | 46 | 64 | 2A |
| Octal | 257 | 324 | 0 | 21 | 0 | 144 | 21 | 106 | 144 | 52 |
| Binary | 10101111 | 11010100 | 0 | 10001 | 0 | 1100100 | 10001 | 1000110 | 1100100 | 101010 |
Color Harmonies of #AFD400
Complementary color
Monochromatic Colors of #AFD400
Black with #AFD400
Text Example
Text Example
White with #AFD400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD400; }
p { color: rgb(175,212,0); }
H1.HeaderClassName
{
color: #AFD400;
}
.AnyTagClassName
{
color: #AFD400;
}
</style>
background-color css
<style>
a { background-color: #AFD400; }
a { background-color: rgb(175,212,0); }
div.DivClassName
{
background-color: #AFD400;
}
.BgClassName
{
background-color: #AFD400;
}
</style>
border-color css
<style>
span { border-color: #AFD400; }
span { border-color: rgb(175,212,0); }
td.TdClassName
{
border-color: #AFD400;
}
.TagClassName
{
border-color: #AFD400;
}
</style>