Shades of Conifer #ADCD51
Tints of Conifer #ADCD51
RGB
CMYK
RGB Variations
Color information
#ADCD51 (or 0xADCD51) is known color: Conifer. HEX triplet: AD, CD and 51. RGB value is (173,205,81). Sum of RGB (Red+Green+Blue) = 173+205+81=459 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.69% from 459); Green value is 205 (80.47% from 255 or 44.66% from 459); Blue value is 81 (32.03% from 255 or 17.65% from 459); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCD51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCD51 is #5232AE. Grayscale: #B5B5B5. Windows color (decimal): -5386927 or 5361069. OLE color: 5361069.
HSL color Cylindrical-coordinate representation of color #ADCD51: hue angle of 75.48º 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 #ADCD51 is Cyan = 0.16, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 205 | 81 | - |
| CMYK | 0.16 | 0 | 0.60 | 0.20 |
| HSL | 75.48º | 0.55% | 0.56% | - |
| HSV(B) | 75.48º | 0.6% | 0.8% | - |
| XYZ | 40.55 | 53.14 | 15.9 | - |
| YUV | 181.3 | 71.4 | 122.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 205 | 81 | 0.16 | 0 | 0.60 | 0.20 | 75.48 | 0.55 | 0.56 |
| Hex | AD | CD | 51 | 10 | 0 | 3C | 14 | 4B | 37 | 38 |
| Octal | 255 | 315 | 121 | 20 | 0 | 74 | 24 | 113 | 67 | 70 |
| Binary | 10101101 | 11001101 | 1010001 | 10000 | 0 | 111100 | 10100 | 1001011 | 110111 | 111000 |
Color Harmonies of #ADCD51
Complementary color
Monochromatic Colors of #ADCD51
Black with #ADCD51
Text Example
Text Example
White with #ADCD51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCD51; }
p { color: rgb(173,205,81); }
H1.HeaderClassName
{
color: #ADCD51;
}
.AnyTagClassName
{
color: #ADCD51;
}
</style>
background-color css
<style>
a { background-color: #ADCD51; }
a { background-color: rgb(173,205,81); }
div.DivClassName
{
background-color: #ADCD51;
}
.BgClassName
{
background-color: #ADCD51;
}
</style>
border-color css
<style>
span { border-color: #ADCD51; }
span { border-color: rgb(173,205,81); }
td.TdClassName
{
border-color: #ADCD51;
}
.TagClassName
{
border-color: #ADCD51;
}
</style>