Shades of Conifer #ADCF57
Tints of Conifer #ADCF57
RGB
CMYK
RGB Variations
Color information
#ADCF57 (or 0xADCF57) is known color: Conifer. HEX triplet: AD, CF and 57. RGB value is (173,207,87). Sum of RGB (Red+Green+Blue) = 173+207+87=467 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.04% from 467); Green value is 207 (81.25% from 255 or 44.33% from 467); Blue value is 87 (34.38% from 255 or 18.63% from 467); Max value from RGB is 207 - color contains mainly: green. Hex color #ADCF57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCF57 is #5230A8. Grayscale: #B7B7B7. Windows color (decimal): -5386409 or 5754797. OLE color: 5754797.
HSL color Cylindrical-coordinate representation of color #ADCF57: hue angle of 77º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ADCF57 is Cyan = 0.16, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 207 | 87 | - |
| CMYK | 0.16 | 0 | 0.58 | 0.19 |
| HSL | 77º | 0.56% | 0.58% | - |
| HSV(B) | 77º | 0.58% | 0.81% | - |
| XYZ | 41.27 | 54.2 | 17.3 | - |
| YUV | 183.15 | 73.74 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 207 | 87 | 0.16 | 0 | 0.58 | 0.19 | 77 | 0.56 | 0.58 |
| Hex | AD | CF | 57 | 10 | 0 | 3A | 13 | 4D | 38 | 3A |
| Octal | 255 | 317 | 127 | 20 | 0 | 72 | 23 | 115 | 70 | 72 |
| Binary | 10101101 | 11001111 | 1010111 | 10000 | 0 | 111010 | 10011 | 1001101 | 111000 | 111010 |
Color Harmonies of #ADCF57
Complementary color
Monochromatic Colors of #ADCF57
Black with #ADCF57
Text Example
Text Example
White with #ADCF57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCF57; }
p { color: rgb(173,207,87); }
H1.HeaderClassName
{
color: #ADCF57;
}
.AnyTagClassName
{
color: #ADCF57;
}
</style>
background-color css
<style>
a { background-color: #ADCF57; }
a { background-color: rgb(173,207,87); }
div.DivClassName
{
background-color: #ADCF57;
}
.BgClassName
{
background-color: #ADCF57;
}
</style>
border-color css
<style>
span { border-color: #ADCF57; }
span { border-color: rgb(173,207,87); }
td.TdClassName
{
border-color: #ADCF57;
}
.TagClassName
{
border-color: #ADCF57;
}
</style>