Shades of Conifer #ABDB49
Tints of Conifer #ABDB49
RGB
CMYK
RGB Variations
Color information
#ABDB49 (or 0xABDB49) is known color: Conifer. HEX triplet: AB, DB and 49. RGB value is (171,219,73). Sum of RGB (Red+Green+Blue) = 171+219+73=463 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.93% from 463); Green value is 219 (85.94% from 255 or 47.30% from 463); Blue value is 73 (28.91% from 255 or 15.77% from 463); Max value from RGB is 219 - color contains mainly: green. Hex color #ABDB49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABDB49 is #5424B6. Grayscale: #BCBCBC. Windows color (decimal): -5514423 or 4840363. OLE color: 4840363.
HSL color Cylindrical-coordinate representation of color #ABDB49: hue angle of 79.73º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ABDB49 is Cyan = 0.22, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 219 | 73 | - |
| CMYK | 0.22 | 0 | 0.67 | 0.14 |
| HSL | 79.73º | 0.67% | 0.57% | - |
| HSV(B) | 79.73º | 0.67% | 0.86% | - |
| XYZ | 43.33 | 59.8 | 15.56 | - |
| YUV | 188 | 63.1 | 115.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 219 | 73 | 0.22 | 0 | 0.67 | 0.14 | 79.73 | 0.67 | 0.57 |
| Hex | AB | DB | 49 | 16 | 0 | 43 | E | 50 | 43 | 39 |
| Octal | 253 | 333 | 111 | 26 | 0 | 103 | 16 | 120 | 103 | 71 |
| Binary | 10101011 | 11011011 | 1001001 | 10110 | 0 | 1000011 | 1110 | 1010000 | 1000011 | 111001 |
Color Harmonies of #ABDB49
Complementary color
Monochromatic Colors of #ABDB49
Black with #ABDB49
Text Example
Text Example
White with #ABDB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDB49; }
p { color: rgb(171,219,73); }
H1.HeaderClassName
{
color: #ABDB49;
}
.AnyTagClassName
{
color: #ABDB49;
}
</style>
background-color css
<style>
a { background-color: #ABDB49; }
a { background-color: rgb(171,219,73); }
div.DivClassName
{
background-color: #ABDB49;
}
.BgClassName
{
background-color: #ABDB49;
}
</style>
border-color css
<style>
span { border-color: #ABDB49; }
span { border-color: rgb(171,219,73); }
td.TdClassName
{
border-color: #ABDB49;
}
.TagClassName
{
border-color: #ABDB49;
}
</style>