Shades of Conifer #ADCD53
Tints of Conifer #ADCD53
RGB
CMYK
RGB Variations
Color information
#ADCD53 (or 0xADCD53) is known color: Conifer. HEX triplet: AD, CD and 53. RGB value is (173,205,83). Sum of RGB (Red+Green+Blue) = 173+205+83=461 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.53% from 461); Green value is 205 (80.47% from 255 or 44.47% from 461); Blue value is 83 (32.81% from 255 or 18.00% from 461); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCD53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCD53 is #5232AC. Grayscale: #B5B5B5. Windows color (decimal): -5386925 or 5492141. OLE color: 5492141.
HSL color Cylindrical-coordinate representation of color #ADCD53: hue angle of 75.74º 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 #ADCD53 is Cyan = 0.16, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 205 | 83 | - |
| CMYK | 0.16 | 0 | 0.60 | 0.20 |
| HSL | 75.74º | 0.55% | 0.56% | - |
| HSV(B) | 75.74º | 0.6% | 0.8% | - |
| XYZ | 40.63 | 53.17 | 16.31 | - |
| YUV | 181.52 | 72.4 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 205 | 83 | 0.16 | 0 | 0.60 | 0.20 | 75.74 | 0.55 | 0.56 |
| Hex | AD | CD | 53 | 10 | 0 | 3C | 14 | 4C | 37 | 38 |
| Octal | 255 | 315 | 123 | 20 | 0 | 74 | 24 | 114 | 67 | 70 |
| Binary | 10101101 | 11001101 | 1010011 | 10000 | 0 | 111100 | 10100 | 1001100 | 110111 | 111000 |
Color Harmonies of #ADCD53
Complementary color
Monochromatic Colors of #ADCD53
Black with #ADCD53
Text Example
Text Example
White with #ADCD53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCD53; }
p { color: rgb(173,205,83); }
H1.HeaderClassName
{
color: #ADCD53;
}
.AnyTagClassName
{
color: #ADCD53;
}
</style>
background-color css
<style>
a { background-color: #ADCD53; }
a { background-color: rgb(173,205,83); }
div.DivClassName
{
background-color: #ADCD53;
}
.BgClassName
{
background-color: #ADCD53;
}
</style>
border-color css
<style>
span { border-color: #ADCD53; }
span { border-color: rgb(173,205,83); }
td.TdClassName
{
border-color: #ADCD53;
}
.TagClassName
{
border-color: #ADCD53;
}
</style>