Shades of Conifer #ABDB65
Tints of Conifer #ABDB65
RGB
CMYK
RGB Variations
Color information
#ABDB65 (or 0xABDB65) is known color: Conifer. HEX triplet: AB, DB and 65. RGB value is (171,219,101). Sum of RGB (Red+Green+Blue) = 171+219+101=491 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.83% from 491); Green value is 219 (85.94% from 255 or 44.60% from 491); Blue value is 101 (39.84% from 255 or 20.57% from 491); Max value from RGB is 219 - color contains mainly: green. Hex color #ABDB65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDB65 is #54249A. Grayscale: #BFBFBF. Windows color (decimal): -5514395 or 6675371. OLE color: 6675371.
HSL color Cylindrical-coordinate representation of color #ABDB65: hue angle of 84.41º 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 #ABDB65 is Cyan = 0.22, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 219 | 101 | - |
| CMYK | 0.22 | 0 | 0.54 | 0.14 |
| HSL | 84.41º | 0.62% | 0.63% | - |
| HSV(B) | 84.41º | 0.54% | 0.86% | - |
| XYZ | 44.48 | 60.26 | 21.6 | - |
| YUV | 191.2 | 77.1 | 113.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 219 | 101 | 0.22 | 0 | 0.54 | 0.14 | 84.41 | 0.62 | 0.63 |
| Hex | AB | DB | 65 | 16 | 0 | 36 | E | 54 | 3E | 3F |
| Octal | 253 | 333 | 145 | 26 | 0 | 66 | 16 | 124 | 76 | 77 |
| Binary | 10101011 | 11011011 | 1100101 | 10110 | 0 | 110110 | 1110 | 1010100 | 111110 | 111111 |
Color Harmonies of #ABDB65
Complementary color
Monochromatic Colors of #ABDB65
Black with #ABDB65
Text Example
Text Example
White with #ABDB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDB65; }
p { color: rgb(171,219,101); }
H1.HeaderClassName
{
color: #ABDB65;
}
.AnyTagClassName
{
color: #ABDB65;
}
</style>
background-color css
<style>
a { background-color: #ABDB65; }
a { background-color: rgb(171,219,101); }
div.DivClassName
{
background-color: #ABDB65;
}
.BgClassName
{
background-color: #ABDB65;
}
</style>
border-color css
<style>
span { border-color: #ABDB65; }
span { border-color: rgb(171,219,101); }
td.TdClassName
{
border-color: #ABDB65;
}
.TagClassName
{
border-color: #ABDB65;
}
</style>