Shades of Inch Worm #ADD821
Tints of Inch Worm #ADD821
RGB
CMYK
RGB Variations
Color information
#ADD821 (or 0xADD821) is known color: Inch Worm. HEX triplet: AD, D8 and 21. RGB value is (173,216,33). Sum of RGB (Red+Green+Blue) = 173+216+33=422 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.00% from 422); Green value is 216 (84.77% from 255 or 51.18% from 422); Blue value is 33 (13.28% from 255 or 7.82% from 422); Max value from RGB is 216 - color contains mainly: green. Hex color #ADD821 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD821 is #5227DE. Grayscale: #B6B6B6. Windows color (decimal): -5384159 or 2218157. OLE color: 2218157.
HSL color Cylindrical-coordinate representation of color #ADD821: hue angle of 74.1º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ADD821 is Cyan = 0.20, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 216 | 33 | - |
| CMYK | 0.20 | 0 | 0.85 | 0.15 |
| HSL | 74.1º | 0.73% | 0.49% | - |
| HSV(B) | 74.1º | 0.85% | 0.85% | - |
| XYZ | 42.06 | 58.11 | 10.44 | - |
| YUV | 182.28 | 43.75 | 121.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 216 | 33 | 0.20 | 0 | 0.85 | 0.15 | 74.1 | 0.73 | 0.49 |
| Hex | AD | D8 | 21 | 14 | 0 | 55 | F | 4A | 49 | 31 |
| Octal | 255 | 330 | 41 | 24 | 0 | 125 | 17 | 112 | 111 | 61 |
| Binary | 10101101 | 11011000 | 100001 | 10100 | 0 | 1010101 | 1111 | 1001010 | 1001001 | 110001 |
Color Harmonies of #ADD821
Complementary color
Monochromatic Colors of #ADD821
Black with #ADD821
Text Example
Text Example
White with #ADD821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD821; }
p { color: rgb(173,216,33); }
H1.HeaderClassName
{
color: #ADD821;
}
.AnyTagClassName
{
color: #ADD821;
}
</style>
background-color css
<style>
a { background-color: #ADD821; }
a { background-color: rgb(173,216,33); }
div.DivClassName
{
background-color: #ADD821;
}
.BgClassName
{
background-color: #ADD821;
}
</style>
border-color css
<style>
span { border-color: #ADD821; }
span { border-color: rgb(173,216,33); }
td.TdClassName
{
border-color: #ADD821;
}
.TagClassName
{
border-color: #ADD821;
}
</style>