Shades of Conifer #ADD551
Tints of Conifer #ADD551
RGB
CMYK
RGB Variations
Color information
#ADD551 (or 0xADD551) is known color: Conifer. HEX triplet: AD, D5 and 51. RGB value is (173,213,81). Sum of RGB (Red+Green+Blue) = 173+213+81=467 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.04% from 467); Green value is 213 (83.59% from 255 or 45.61% from 467); Blue value is 81 (32.03% from 255 or 17.34% from 467); Max value from RGB is 213 - color contains mainly: green. Hex color #ADD551 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD551 is #522AAE. Grayscale: #BABABA. Windows color (decimal): -5384879 or 5363117. OLE color: 5363117.
HSL color Cylindrical-coordinate representation of color #ADD551: hue angle of 78.18º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ADD551 is Cyan = 0.19, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 213 | 81 | - |
| CMYK | 0.19 | 0 | 0.62 | 0.16 |
| HSL | 78.18º | 0.61% | 0.58% | - |
| HSV(B) | 78.18º | 0.62% | 0.84% | - |
| XYZ | 42.51 | 57.07 | 16.56 | - |
| YUV | 185.99 | 68.75 | 118.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 213 | 81 | 0.19 | 0 | 0.62 | 0.16 | 78.18 | 0.61 | 0.58 |
| Hex | AD | D5 | 51 | 13 | 0 | 3E | 10 | 4E | 3D | 3A |
| Octal | 255 | 325 | 121 | 23 | 0 | 76 | 20 | 116 | 75 | 72 |
| Binary | 10101101 | 11010101 | 1010001 | 10011 | 0 | 111110 | 10000 | 1001110 | 111101 | 111010 |
Color Harmonies of #ADD551
Complementary color
Monochromatic Colors of #ADD551
Black with #ADD551
Text Example
Text Example
White with #ADD551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD551; }
p { color: rgb(173,213,81); }
H1.HeaderClassName
{
color: #ADD551;
}
.AnyTagClassName
{
color: #ADD551;
}
</style>
background-color css
<style>
a { background-color: #ADD551; }
a { background-color: rgb(173,213,81); }
div.DivClassName
{
background-color: #ADD551;
}
.BgClassName
{
background-color: #ADD551;
}
</style>
border-color css
<style>
span { border-color: #ADD551; }
span { border-color: rgb(173,213,81); }
td.TdClassName
{
border-color: #ADD551;
}
.TagClassName
{
border-color: #ADD551;
}
</style>