Shades of Conifer #ADCD57
Tints of Conifer #ADCD57
RGB
CMYK
RGB Variations
Color information
#ADCD57 (or 0xADCD57) is known color: Conifer. HEX triplet: AD, CD and 57. RGB value is (173,205,87). Sum of RGB (Red+Green+Blue) = 173+205+87=465 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.20% from 465); Green value is 205 (80.47% from 255 or 44.09% from 465); Blue value is 87 (34.38% from 255 or 18.71% from 465); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCD57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCD57 is #5232A8. Grayscale: #B6B6B6. Windows color (decimal): -5386921 or 5754285. OLE color: 5754285.
HSL color Cylindrical-coordinate representation of color #ADCD57: hue angle of 76.27º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ADCD57 is Cyan = 0.16, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 205 | 87 | - |
| CMYK | 0.16 | 0 | 0.58 | 0.20 |
| HSL | 76.27º | 0.54% | 0.57% | - |
| HSV(B) | 76.27º | 0.58% | 0.8% | - |
| XYZ | 40.79 | 53.24 | 17.14 | - |
| YUV | 181.98 | 74.4 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 205 | 87 | 0.16 | 0 | 0.58 | 0.20 | 76.27 | 0.54 | 0.57 |
| Hex | AD | CD | 57 | 10 | 0 | 3A | 14 | 4C | 36 | 39 |
| Octal | 255 | 315 | 127 | 20 | 0 | 72 | 24 | 114 | 66 | 71 |
| Binary | 10101101 | 11001101 | 1010111 | 10000 | 0 | 111010 | 10100 | 1001100 | 110110 | 111001 |
Color Harmonies of #ADCD57
Complementary color
Monochromatic Colors of #ADCD57
Black with #ADCD57
Text Example
Text Example
White with #ADCD57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCD57; }
p { color: rgb(173,205,87); }
H1.HeaderClassName
{
color: #ADCD57;
}
.AnyTagClassName
{
color: #ADCD57;
}
</style>
background-color css
<style>
a { background-color: #ADCD57; }
a { background-color: rgb(173,205,87); }
div.DivClassName
{
background-color: #ADCD57;
}
.BgClassName
{
background-color: #ADCD57;
}
</style>
border-color css
<style>
span { border-color: #ADCD57; }
span { border-color: rgb(173,205,87); }
td.TdClassName
{
border-color: #ADCD57;
}
.TagClassName
{
border-color: #ADCD57;
}
</style>