Shades of Yellow Green #ADD82C
Tints of Yellow Green #ADD82C
RGB
CMYK
RGB Variations
Color information
#ADD82C (or 0xADD82C) is known color: Yellow Green. HEX triplet: AD, D8 and 2C. RGB value is (173,216,44). Sum of RGB (Red+Green+Blue) = 173+216+44=433 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.95% from 433); Green value is 216 (84.77% from 255 or 49.88% from 433); Blue value is 44 (17.58% from 255 or 10.16% from 433); Max value from RGB is 216 - color contains mainly: green. Hex color #ADD82C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD82C is #5227D3. Grayscale: #B8B8B8. Windows color (decimal): -5384148 or 2939053. OLE color: 2939053.
HSL color Cylindrical-coordinate representation of color #ADD82C: hue angle of 75º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ADD82C is Cyan = 0.20, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 216 | 44 | - |
| CMYK | 0.20 | 0 | 0.80 | 0.15 |
| HSL | 75º | 0.69% | 0.51% | - |
| HSV(B) | 75º | 0.8% | 0.85% | - |
| XYZ | 42.24 | 58.18 | 11.39 | - |
| YUV | 183.54 | 49.25 | 120.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 216 | 44 | 0.20 | 0 | 0.80 | 0.15 | 75 | 0.69 | 0.51 |
| Hex | AD | D8 | 2C | 14 | 0 | 50 | F | 4B | 45 | 33 |
| Octal | 255 | 330 | 54 | 24 | 0 | 120 | 17 | 113 | 105 | 63 |
| Binary | 10101101 | 11011000 | 101100 | 10100 | 0 | 1010000 | 1111 | 1001011 | 1000101 | 110011 |
Color Harmonies of #ADD82C
Complementary color
Monochromatic Colors of #ADD82C
Black with #ADD82C
Text Example
Text Example
White with #ADD82C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD82C; }
p { color: rgb(173,216,44); }
H1.HeaderClassName
{
color: #ADD82C;
}
.AnyTagClassName
{
color: #ADD82C;
}
</style>
background-color css
<style>
a { background-color: #ADD82C; }
a { background-color: rgb(173,216,44); }
div.DivClassName
{
background-color: #ADD82C;
}
.BgClassName
{
background-color: #ADD82C;
}
</style>
border-color css
<style>
span { border-color: #ADD82C; }
span { border-color: rgb(173,216,44); }
td.TdClassName
{
border-color: #ADD82C;
}
.TagClassName
{
border-color: #ADD82C;
}
</style>