Shades of Conifer #ADD34D
Tints of Conifer #ADD34D
RGB
CMYK
RGB Variations
Color information
#ADD34D (or 0xADD34D) is known color: Conifer. HEX triplet: AD, D3 and 4D. RGB value is (173,211,77). Sum of RGB (Red+Green+Blue) = 173+211+77=461 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.53% from 461); Green value is 211 (82.81% from 255 or 45.77% from 461); Blue value is 77 (30.47% from 255 or 16.70% from 461); Max value from RGB is 211 - color contains mainly: green. Hex color #ADD34D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD34D is #522CB2. Grayscale: #B8B8B8. Windows color (decimal): -5385395 or 5100461. OLE color: 5100461.
HSL color Cylindrical-coordinate representation of color #ADD34D: hue angle of 77.01º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ADD34D is Cyan = 0.18, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 211 | 77 | - |
| CMYK | 0.18 | 0 | 0.64 | 0.17 |
| HSL | 77.01º | 0.6% | 0.56% | - |
| HSV(B) | 77.01º | 0.64% | 0.83% | - |
| XYZ | 41.87 | 56.01 | 15.63 | - |
| YUV | 184.36 | 67.41 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 211 | 77 | 0.18 | 0 | 0.64 | 0.17 | 77.01 | 0.6 | 0.56 |
| Hex | AD | D3 | 4D | 12 | 0 | 40 | 11 | 4D | 3C | 38 |
| Octal | 255 | 323 | 115 | 22 | 0 | 100 | 21 | 115 | 74 | 70 |
| Binary | 10101101 | 11010011 | 1001101 | 10010 | 0 | 1000000 | 10001 | 1001101 | 111100 | 111000 |
Color Harmonies of #ADD34D
Complementary color
Monochromatic Colors of #ADD34D
Black with #ADD34D
Text Example
Text Example
White with #ADD34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD34D; }
p { color: rgb(173,211,77); }
H1.HeaderClassName
{
color: #ADD34D;
}
.AnyTagClassName
{
color: #ADD34D;
}
</style>
background-color css
<style>
a { background-color: #ADD34D; }
a { background-color: rgb(173,211,77); }
div.DivClassName
{
background-color: #ADD34D;
}
.BgClassName
{
background-color: #ADD34D;
}
</style>
border-color css
<style>
span { border-color: #ADD34D; }
span { border-color: rgb(173,211,77); }
td.TdClassName
{
border-color: #ADD34D;
}
.TagClassName
{
border-color: #ADD34D;
}
</style>