Shades of Conifer #ADD251
Tints of Conifer #ADD251
RGB
CMYK
RGB Variations
Color information
#ADD251 (or 0xADD251) is known color: Conifer. HEX triplet: AD, D2 and 51. RGB value is (173,210,81). Sum of RGB (Red+Green+Blue) = 173+210+81=464 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.28% from 464); Green value is 210 (82.42% from 255 or 45.26% from 464); Blue value is 81 (32.03% from 255 or 17.46% from 464); Max value from RGB is 210 - color contains mainly: green. Hex color #ADD251 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD251 is #522DAE. Grayscale: #B8B8B8. Windows color (decimal): -5385647 or 5362349. OLE color: 5362349.
HSL color Cylindrical-coordinate representation of color #ADD251: hue angle of 77.21º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ADD251 is Cyan = 0.18, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 210 | 81 | - |
| CMYK | 0.18 | 0 | 0.61 | 0.18 |
| HSL | 77.21º | 0.59% | 0.57% | - |
| HSV(B) | 77.21º | 0.61% | 0.82% | - |
| XYZ | 41.77 | 55.57 | 16.31 | - |
| YUV | 184.23 | 69.74 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 210 | 81 | 0.18 | 0 | 0.61 | 0.18 | 77.21 | 0.59 | 0.57 |
| Hex | AD | D2 | 51 | 12 | 0 | 3D | 12 | 4D | 3B | 39 |
| Octal | 255 | 322 | 121 | 22 | 0 | 75 | 22 | 115 | 73 | 71 |
| Binary | 10101101 | 11010010 | 1010001 | 10010 | 0 | 111101 | 10010 | 1001101 | 111011 | 111001 |
Color Harmonies of #ADD251
Complementary color
Monochromatic Colors of #ADD251
Black with #ADD251
Text Example
Text Example
White with #ADD251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD251; }
p { color: rgb(173,210,81); }
H1.HeaderClassName
{
color: #ADD251;
}
.AnyTagClassName
{
color: #ADD251;
}
</style>
background-color css
<style>
a { background-color: #ADD251; }
a { background-color: rgb(173,210,81); }
div.DivClassName
{
background-color: #ADD251;
}
.BgClassName
{
background-color: #ADD251;
}
</style>
border-color css
<style>
span { border-color: #ADD251; }
span { border-color: rgb(173,210,81); }
td.TdClassName
{
border-color: #ADD251;
}
.TagClassName
{
border-color: #ADD251;
}
</style>