Shades of Conifer #ADD54D
Tints of Conifer #ADD54D
RGB
CMYK
RGB Variations
Color information
#ADD54D (or 0xADD54D) is known color: Conifer. HEX triplet: AD, D5 and 4D. RGB value is (173,213,77). Sum of RGB (Red+Green+Blue) = 173+213+77=463 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.37% from 463); Green value is 213 (83.59% from 255 or 46.00% from 463); Blue value is 77 (30.47% from 255 or 16.63% from 463); Max value from RGB is 213 - color contains mainly: green. Hex color #ADD54D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD54D is #522AB2. Grayscale: #BABABA. Windows color (decimal): -5384883 or 5100973. OLE color: 5100973.
HSL color Cylindrical-coordinate representation of color #ADD54D: hue angle of 77.65º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ADD54D is Cyan = 0.19, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 213 | 77 | - |
| CMYK | 0.19 | 0 | 0.64 | 0.16 |
| HSL | 77.65º | 0.62% | 0.57% | - |
| HSV(B) | 77.65º | 0.64% | 0.84% | - |
| XYZ | 42.37 | 57.01 | 15.79 | - |
| YUV | 185.54 | 66.75 | 119.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 213 | 77 | 0.19 | 0 | 0.64 | 0.16 | 77.65 | 0.62 | 0.57 |
| Hex | AD | D5 | 4D | 13 | 0 | 40 | 10 | 4E | 3E | 39 |
| Octal | 255 | 325 | 115 | 23 | 0 | 100 | 20 | 116 | 76 | 71 |
| Binary | 10101101 | 11010101 | 1001101 | 10011 | 0 | 1000000 | 10000 | 1001110 | 111110 | 111001 |
Color Harmonies of #ADD54D
Complementary color
Monochromatic Colors of #ADD54D
Black with #ADD54D
Text Example
Text Example
White with #ADD54D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD54D; }
p { color: rgb(173,213,77); }
H1.HeaderClassName
{
color: #ADD54D;
}
.AnyTagClassName
{
color: #ADD54D;
}
</style>
background-color css
<style>
a { background-color: #ADD54D; }
a { background-color: rgb(173,213,77); }
div.DivClassName
{
background-color: #ADD54D;
}
.BgClassName
{
background-color: #ADD54D;
}
</style>
border-color css
<style>
span { border-color: #ADD54D; }
span { border-color: rgb(173,213,77); }
td.TdClassName
{
border-color: #ADD54D;
}
.TagClassName
{
border-color: #ADD54D;
}
</style>