Shades of Conifer #ADCF51
Tints of Conifer #ADCF51
RGB
CMYK
RGB Variations
Color information
#ADCF51 (or 0xADCF51) is known color: Conifer. HEX triplet: AD, CF and 51. RGB value is (173,207,81). Sum of RGB (Red+Green+Blue) = 173+207+81=461 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.53% from 461); Green value is 207 (81.25% from 255 or 44.90% from 461); Blue value is 81 (32.03% from 255 or 17.57% from 461); Max value from RGB is 207 - color contains mainly: green. Hex color #ADCF51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCF51 is #5230AE. Grayscale: #B6B6B6. Windows color (decimal): -5386415 or 5361581. OLE color: 5361581.
HSL color Cylindrical-coordinate representation of color #ADCF51: hue angle of 76.19º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ADCF51 is Cyan = 0.16, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 207 | 81 | - |
| CMYK | 0.16 | 0 | 0.61 | 0.19 |
| HSL | 76.19º | 0.57% | 0.56% | - |
| HSV(B) | 76.19º | 0.61% | 0.81% | - |
| XYZ | 41.03 | 54.1 | 16.07 | - |
| YUV | 182.47 | 70.74 | 121.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 207 | 81 | 0.16 | 0 | 0.61 | 0.19 | 76.19 | 0.57 | 0.56 |
| Hex | AD | CF | 51 | 10 | 0 | 3D | 13 | 4C | 39 | 38 |
| Octal | 255 | 317 | 121 | 20 | 0 | 75 | 23 | 114 | 71 | 70 |
| Binary | 10101101 | 11001111 | 1010001 | 10000 | 0 | 111101 | 10011 | 1001100 | 111001 | 111000 |
Color Harmonies of #ADCF51
Complementary color
Monochromatic Colors of #ADCF51
Black with #ADCF51
Text Example
Text Example
White with #ADCF51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCF51; }
p { color: rgb(173,207,81); }
H1.HeaderClassName
{
color: #ADCF51;
}
.AnyTagClassName
{
color: #ADCF51;
}
</style>
background-color css
<style>
a { background-color: #ADCF51; }
a { background-color: rgb(173,207,81); }
div.DivClassName
{
background-color: #ADCF51;
}
.BgClassName
{
background-color: #ADCF51;
}
</style>
border-color css
<style>
span { border-color: #ADCF51; }
span { border-color: rgb(173,207,81); }
td.TdClassName
{
border-color: #ADCF51;
}
.TagClassName
{
border-color: #ADCF51;
}
</style>