Shades of Conifer #ADCF53
Tints of Conifer #ADCF53
RGB
CMYK
RGB Variations
Color information
#ADCF53 (or 0xADCF53) is known color: Conifer. HEX triplet: AD, CF and 53. RGB value is (173,207,83). Sum of RGB (Red+Green+Blue) = 173+207+83=463 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.37% from 463); Green value is 207 (81.25% from 255 or 44.71% from 463); Blue value is 83 (32.81% from 255 or 17.93% from 463); Max value from RGB is 207 - color contains mainly: green. Hex color #ADCF53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCF53 is #5230AC. Grayscale: #B7B7B7. Windows color (decimal): -5386413 or 5492653. OLE color: 5492653.
HSL color Cylindrical-coordinate representation of color #ADCF53: hue angle of 76.45º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ADCF53 is Cyan = 0.16, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 207 | 83 | - |
| CMYK | 0.16 | 0 | 0.60 | 0.19 |
| HSL | 76.45º | 0.56% | 0.57% | - |
| HSV(B) | 76.45º | 0.6% | 0.81% | - |
| XYZ | 41.11 | 54.13 | 16.47 | - |
| YUV | 182.7 | 71.74 | 121.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 207 | 83 | 0.16 | 0 | 0.60 | 0.19 | 76.45 | 0.56 | 0.57 |
| Hex | AD | CF | 53 | 10 | 0 | 3C | 13 | 4C | 38 | 39 |
| Octal | 255 | 317 | 123 | 20 | 0 | 74 | 23 | 114 | 70 | 71 |
| Binary | 10101101 | 11001111 | 1010011 | 10000 | 0 | 111100 | 10011 | 1001100 | 111000 | 111001 |
Color Harmonies of #ADCF53
Complementary color
Monochromatic Colors of #ADCF53
Black with #ADCF53
Text Example
Text Example
White with #ADCF53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCF53; }
p { color: rgb(173,207,83); }
H1.HeaderClassName
{
color: #ADCF53;
}
.AnyTagClassName
{
color: #ADCF53;
}
</style>
background-color css
<style>
a { background-color: #ADCF53; }
a { background-color: rgb(173,207,83); }
div.DivClassName
{
background-color: #ADCF53;
}
.BgClassName
{
background-color: #ADCF53;
}
</style>
border-color css
<style>
span { border-color: #ADCF53; }
span { border-color: rgb(173,207,83); }
td.TdClassName
{
border-color: #ADCF53;
}
.TagClassName
{
border-color: #ADCF53;
}
</style>