Shades of Inch Worm #ADD407
Tints of Inch Worm #ADD407
RGB
CMYK
RGB Variations
Color information
#ADD407 (or 0xADD407) is known color: Inch Worm. HEX triplet: AD, D4 and 07. RGB value is (173,212,7). Sum of RGB (Red+Green+Blue) = 173+212+7=392 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.13% from 392); Green value is 212 (83.20% from 255 or 54.08% from 392); Blue value is 7 (3.12% from 255 or 1.79% from 392); Max value from RGB is 212 - color contains mainly: green. Hex color #ADD407 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADD407 is #522BF8. Grayscale: #B1B1B1. Windows color (decimal): -5385209 or 513197. OLE color: 513197.
HSL color Cylindrical-coordinate representation of color #ADD407: hue angle of 71.41º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ADD407 is Cyan = 0.18, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 212 | 7 | - |
| CMYK | 0.18 | 0 | 0.97 | 0.17 |
| HSL | 71.41º | 0.94% | 0.43% | - |
| HSV(B) | 71.41º | 0.97% | 0.83% | - |
| XYZ | 40.82 | 55.99 | 8.86 | - |
| YUV | 176.97 | 32.08 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 212 | 7 | 0.18 | 0 | 0.97 | 0.17 | 71.41 | 0.94 | 0.43 |
| Hex | AD | D4 | 7 | 12 | 0 | 61 | 11 | 47 | 5E | 2B |
| Octal | 255 | 324 | 7 | 22 | 0 | 141 | 21 | 107 | 136 | 53 |
| Binary | 10101101 | 11010100 | 111 | 10010 | 0 | 1100001 | 10001 | 1000111 | 1011110 | 101011 |
Color Harmonies of #ADD407
Complementary color
Monochromatic Colors of #ADD407
Black with #ADD407
Text Example
Text Example
White with #ADD407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD407; }
p { color: rgb(173,212,7); }
H1.HeaderClassName
{
color: #ADD407;
}
.AnyTagClassName
{
color: #ADD407;
}
</style>
background-color css
<style>
a { background-color: #ADD407; }
a { background-color: rgb(173,212,7); }
div.DivClassName
{
background-color: #ADD407;
}
.BgClassName
{
background-color: #ADD407;
}
</style>
border-color css
<style>
span { border-color: #ADD407; }
span { border-color: rgb(173,212,7); }
td.TdClassName
{
border-color: #ADD407;
}
.TagClassName
{
border-color: #ADD407;
}
</style>