Shades of Conifer #ADCD52
Tints of Conifer #ADCD52
RGB
CMYK
RGB Variations
Color information
#ADCD52 (or 0xADCD52) is known color: Conifer. HEX triplet: AD, CD and 52. RGB value is (173,205,82). Sum of RGB (Red+Green+Blue) = 173+205+82=460 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.61% from 460); Green value is 205 (80.47% from 255 or 44.57% from 460); Blue value is 82 (32.42% from 255 or 17.83% from 460); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCD52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCD52 is #5232AD. Grayscale: #B5B5B5. Windows color (decimal): -5386926 or 5426605. OLE color: 5426605.
HSL color Cylindrical-coordinate representation of color #ADCD52: hue angle of 75.61º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ADCD52 is Cyan = 0.16, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 205 | 82 | - |
| CMYK | 0.16 | 0 | 0.6 | 0.20 |
| HSL | 75.61º | 0.55% | 0.56% | - |
| HSV(B) | 75.61º | 0.6% | 0.8% | - |
| XYZ | 40.59 | 53.16 | 16.1 | - |
| YUV | 181.41 | 71.9 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 205 | 82 | 0.16 | 0 | 0.6 | 0.20 | 75.61 | 0.55 | 0.56 |
| Hex | AD | CD | 52 | 10 | 0 | 3C | 14 | 4C | 37 | 38 |
| Octal | 255 | 315 | 122 | 20 | 0 | 74 | 24 | 114 | 67 | 70 |
| Binary | 10101101 | 11001101 | 1010010 | 10000 | 0 | 111100 | 10100 | 1001100 | 110111 | 111000 |
Color Harmonies of #ADCD52
Complementary color
Monochromatic Colors of #ADCD52
Black with #ADCD52
Text Example
Text Example
White with #ADCD52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCD52; }
p { color: rgb(173,205,82); }
H1.HeaderClassName
{
color: #ADCD52;
}
.AnyTagClassName
{
color: #ADCD52;
}
</style>
background-color css
<style>
a { background-color: #ADCD52; }
a { background-color: rgb(173,205,82); }
div.DivClassName
{
background-color: #ADCD52;
}
.BgClassName
{
background-color: #ADCD52;
}
</style>
border-color css
<style>
span { border-color: #ADCD52; }
span { border-color: rgb(173,205,82); }
td.TdClassName
{
border-color: #ADCD52;
}
.TagClassName
{
border-color: #ADCD52;
}
</style>