Shades of Conifer #ADD752
Tints of Conifer #ADD752
RGB
CMYK
RGB Variations
Color information
#ADD752 (or 0xADD752) is known color: Conifer. HEX triplet: AD, D7 and 52. RGB value is (173,215,82). Sum of RGB (Red+Green+Blue) = 173+215+82=470 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.81% from 470); Green value is 215 (84.38% from 255 or 45.74% from 470); Blue value is 82 (32.42% from 255 or 17.45% from 470); Max value from RGB is 215 - color contains mainly: green. Hex color #ADD752 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD752 is #5228AD. Grayscale: #BBBBBB. Windows color (decimal): -5384366 or 5429165. OLE color: 5429165.
HSL color Cylindrical-coordinate representation of color #ADD752: hue angle of 78.95º degrees, saturation: 0.62, 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 #ADD752 is Cyan = 0.20, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 215 | 82 | - |
| CMYK | 0.20 | 0 | 0.62 | 0.16 |
| HSL | 78.95º | 0.62% | 0.58% | - |
| HSV(B) | 78.95º | 0.62% | 0.84% | - |
| XYZ | 43.06 | 58.09 | 16.93 | - |
| YUV | 187.28 | 68.59 | 117.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 215 | 82 | 0.20 | 0 | 0.62 | 0.16 | 78.95 | 0.62 | 0.58 |
| Hex | AD | D7 | 52 | 14 | 0 | 3E | 10 | 4F | 3E | 3A |
| Octal | 255 | 327 | 122 | 24 | 0 | 76 | 20 | 117 | 76 | 72 |
| Binary | 10101101 | 11010111 | 1010010 | 10100 | 0 | 111110 | 10000 | 1001111 | 111110 | 111010 |
Color Harmonies of #ADD752
Complementary color
Monochromatic Colors of #ADD752
Black with #ADD752
Text Example
Text Example
White with #ADD752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD752; }
p { color: rgb(173,215,82); }
H1.HeaderClassName
{
color: #ADD752;
}
.AnyTagClassName
{
color: #ADD752;
}
</style>
background-color css
<style>
a { background-color: #ADD752; }
a { background-color: rgb(173,215,82); }
div.DivClassName
{
background-color: #ADD752;
}
.BgClassName
{
background-color: #ADD752;
}
</style>
border-color css
<style>
span { border-color: #ADD752; }
span { border-color: rgb(173,215,82); }
td.TdClassName
{
border-color: #ADD752;
}
.TagClassName
{
border-color: #ADD752;
}
</style>