Shades of Inch Worm #ADD71D
Tints of Inch Worm #ADD71D
RGB
CMYK
RGB Variations
Color information
#ADD71D (or 0xADD71D) is known color: Inch Worm. HEX triplet: AD, D7 and 1D. RGB value is (173,215,29). Sum of RGB (Red+Green+Blue) = 173+215+29=417 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.49% from 417); Green value is 215 (84.38% from 255 or 51.56% from 417); Blue value is 29 (11.72% from 255 or 6.95% from 417); Max value from RGB is 215 - color contains mainly: green. Hex color #ADD71D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD71D is #5228E2. Grayscale: #B5B5B5. Windows color (decimal): -5384419 or 1955757. OLE color: 1955757.
HSL color Cylindrical-coordinate representation of color #ADD71D: hue angle of 73.55º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ADD71D is Cyan = 0.20, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 215 | 29 | - |
| CMYK | 0.20 | 0 | 0.87 | 0.16 |
| HSL | 73.55º | 0.76% | 0.48% | - |
| HSV(B) | 73.55º | 0.87% | 0.84% | - |
| XYZ | 41.76 | 57.57 | 10.07 | - |
| YUV | 181.24 | 42.09 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 215 | 29 | 0.20 | 0 | 0.87 | 0.16 | 73.55 | 0.76 | 0.48 |
| Hex | AD | D7 | 1D | 14 | 0 | 57 | 10 | 4A | 4C | 30 |
| Octal | 255 | 327 | 35 | 24 | 0 | 127 | 20 | 112 | 114 | 60 |
| Binary | 10101101 | 11010111 | 11101 | 10100 | 0 | 1010111 | 10000 | 1001010 | 1001100 | 110000 |
Color Harmonies of #ADD71D
Complementary color
Monochromatic Colors of #ADD71D
Black with #ADD71D
Text Example
Text Example
White with #ADD71D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD71D; }
p { color: rgb(173,215,29); }
H1.HeaderClassName
{
color: #ADD71D;
}
.AnyTagClassName
{
color: #ADD71D;
}
</style>
background-color css
<style>
a { background-color: #ADD71D; }
a { background-color: rgb(173,215,29); }
div.DivClassName
{
background-color: #ADD71D;
}
.BgClassName
{
background-color: #ADD71D;
}
</style>
border-color css
<style>
span { border-color: #ADD71D; }
span { border-color: rgb(173,215,29); }
td.TdClassName
{
border-color: #ADD71D;
}
.TagClassName
{
border-color: #ADD71D;
}
</style>