Shades of Conifer #ADD355
Tints of Conifer #ADD355
RGB
CMYK
RGB Variations
Color information
#ADD355 (or 0xADD355) is known color: Conifer. HEX triplet: AD, D3 and 55. RGB value is (173,211,85). Sum of RGB (Red+Green+Blue) = 173+211+85=469 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.89% from 469); Green value is 211 (82.81% from 255 or 44.99% from 469); Blue value is 85 (33.59% from 255 or 18.12% from 469); Max value from RGB is 211 - color contains mainly: green. Hex color #ADD355 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD355 is #522CAA. Grayscale: #B9B9B9. Windows color (decimal): -5385387 or 5624749. OLE color: 5624749.
HSL color Cylindrical-coordinate representation of color #ADD355: hue angle of 78.1º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ADD355 is Cyan = 0.18, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 211 | 85 | - |
| CMYK | 0.18 | 0 | 0.60 | 0.17 |
| HSL | 78.1º | 0.59% | 0.58% | - |
| HSV(B) | 78.1º | 0.6% | 0.83% | - |
| XYZ | 42.17 | 56.13 | 17.21 | - |
| YUV | 185.27 | 71.41 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 211 | 85 | 0.18 | 0 | 0.60 | 0.17 | 78.1 | 0.59 | 0.58 |
| Hex | AD | D3 | 55 | 12 | 0 | 3C | 11 | 4E | 3B | 3A |
| Octal | 255 | 323 | 125 | 22 | 0 | 74 | 21 | 116 | 73 | 72 |
| Binary | 10101101 | 11010011 | 1010101 | 10010 | 0 | 111100 | 10001 | 1001110 | 111011 | 111010 |
Color Harmonies of #ADD355
Complementary color
Monochromatic Colors of #ADD355
Black with #ADD355
Text Example
Text Example
White with #ADD355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD355; }
p { color: rgb(173,211,85); }
H1.HeaderClassName
{
color: #ADD355;
}
.AnyTagClassName
{
color: #ADD355;
}
</style>
background-color css
<style>
a { background-color: #ADD355; }
a { background-color: rgb(173,211,85); }
div.DivClassName
{
background-color: #ADD355;
}
.BgClassName
{
background-color: #ADD355;
}
</style>
border-color css
<style>
span { border-color: #ADD355; }
span { border-color: rgb(173,211,85); }
td.TdClassName
{
border-color: #ADD355;
}
.TagClassName
{
border-color: #ADD355;
}
</style>