Shades of Conifer #ABDB5F
Tints of Conifer #ABDB5F
RGB
CMYK
RGB Variations
Color information
#ABDB5F (or 0xABDB5F) is known color: Conifer. HEX triplet: AB, DB and 5F. RGB value is (171,219,95). Sum of RGB (Red+Green+Blue) = 171+219+95=485 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.26% from 485); Green value is 219 (85.94% from 255 or 45.15% from 485); Blue value is 95 (37.5% from 255 or 19.59% from 485); Max value from RGB is 219 - color contains mainly: green. Hex color #ABDB5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDB5F is #5424A0. Grayscale: #BEBEBE. Windows color (decimal): -5514401 or 6282155. OLE color: 6282155.
HSL color Cylindrical-coordinate representation of color #ABDB5F: hue angle of 83.23º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ABDB5F is Cyan = 0.22, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 219 | 95 | - |
| CMYK | 0.22 | 0 | 0.57 | 0.14 |
| HSL | 83.23º | 0.63% | 0.62% | - |
| HSV(B) | 83.23º | 0.57% | 0.86% | - |
| XYZ | 44.19 | 60.15 | 20.11 | - |
| YUV | 190.51 | 74.1 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 219 | 95 | 0.22 | 0 | 0.57 | 0.14 | 83.23 | 0.63 | 0.62 |
| Hex | AB | DB | 5F | 16 | 0 | 39 | E | 53 | 3F | 3E |
| Octal | 253 | 333 | 137 | 26 | 0 | 71 | 16 | 123 | 77 | 76 |
| Binary | 10101011 | 11011011 | 1011111 | 10110 | 0 | 111001 | 1110 | 1010011 | 111111 | 111110 |
Color Harmonies of #ABDB5F
Complementary color
Monochromatic Colors of #ABDB5F
Black with #ABDB5F
Text Example
Text Example
White with #ABDB5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDB5F; }
p { color: rgb(171,219,95); }
H1.HeaderClassName
{
color: #ABDB5F;
}
.AnyTagClassName
{
color: #ABDB5F;
}
</style>
background-color css
<style>
a { background-color: #ABDB5F; }
a { background-color: rgb(171,219,95); }
div.DivClassName
{
background-color: #ABDB5F;
}
.BgClassName
{
background-color: #ABDB5F;
}
</style>
border-color css
<style>
span { border-color: #ABDB5F; }
span { border-color: rgb(171,219,95); }
td.TdClassName
{
border-color: #ABDB5F;
}
.TagClassName
{
border-color: #ABDB5F;
}
</style>