Shades of Conifer #ADDB65
Tints of Conifer #ADDB65
RGB
CMYK
RGB Variations
Color information
#ADDB65 (or 0xADDB65) is known color: Conifer. HEX triplet: AD, DB and 65. RGB value is (173,219,101). Sum of RGB (Red+Green+Blue) = 173+219+101=493 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.09% from 493); Green value is 219 (85.94% from 255 or 44.42% from 493); Blue value is 101 (39.84% from 255 or 20.49% from 493); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDB65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDB65 is #52249A. Grayscale: #C0C0C0. Windows color (decimal): -5383323 or 6675373. OLE color: 6675373.
HSL color Cylindrical-coordinate representation of color #ADDB65: hue angle of 83.39º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ADDB65 is Cyan = 0.21, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 219 | 101 | - |
| CMYK | 0.21 | 0 | 0.54 | 0.14 |
| HSL | 83.39º | 0.62% | 0.63% | - |
| HSV(B) | 83.39º | 0.54% | 0.86% | - |
| XYZ | 44.91 | 60.49 | 21.62 | - |
| YUV | 191.79 | 76.76 | 114.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 219 | 101 | 0.21 | 0 | 0.54 | 0.14 | 83.39 | 0.62 | 0.63 |
| Hex | AD | DB | 65 | 15 | 0 | 36 | E | 53 | 3E | 3F |
| Octal | 255 | 333 | 145 | 25 | 0 | 66 | 16 | 123 | 76 | 77 |
| Binary | 10101101 | 11011011 | 1100101 | 10101 | 0 | 110110 | 1110 | 1010011 | 111110 | 111111 |
Color Harmonies of #ADDB65
Complementary color
Monochromatic Colors of #ADDB65
Black with #ADDB65
Text Example
Text Example
White with #ADDB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDB65; }
p { color: rgb(173,219,101); }
H1.HeaderClassName
{
color: #ADDB65;
}
.AnyTagClassName
{
color: #ADDB65;
}
</style>
background-color css
<style>
a { background-color: #ADDB65; }
a { background-color: rgb(173,219,101); }
div.DivClassName
{
background-color: #ADDB65;
}
.BgClassName
{
background-color: #ADDB65;
}
</style>
border-color css
<style>
span { border-color: #ADDB65; }
span { border-color: rgb(173,219,101); }
td.TdClassName
{
border-color: #ADDB65;
}
.TagClassName
{
border-color: #ADDB65;
}
</style>