Shades of Conifer #ABDB56
Tints of Conifer #ABDB56
RGB
CMYK
RGB Variations
Color information
#ABDB56 (or 0xABDB56) is known color: Conifer. HEX triplet: AB, DB and 56. RGB value is (171,219,86). Sum of RGB (Red+Green+Blue) = 171+219+86=476 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.92% from 476); Green value is 219 (85.94% from 255 or 46.01% from 476); Blue value is 86 (33.98% from 255 or 18.07% from 476); Max value from RGB is 219 - color contains mainly: green. Hex color #ABDB56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDB56 is #5424A9. Grayscale: #BDBDBD. Windows color (decimal): -5514410 or 5692331. OLE color: 5692331.
HSL color Cylindrical-coordinate representation of color #ABDB56: hue angle of 81.65º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ABDB56 is Cyan = 0.22, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 219 | 86 | - |
| CMYK | 0.22 | 0 | 0.61 | 0.14 |
| HSL | 81.65º | 0.65% | 0.6% | - |
| HSV(B) | 81.65º | 0.61% | 0.86% | - |
| XYZ | 43.81 | 59.99 | 18.08 | - |
| YUV | 189.49 | 69.6 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 219 | 86 | 0.22 | 0 | 0.61 | 0.14 | 81.65 | 0.65 | 0.6 |
| Hex | AB | DB | 56 | 16 | 0 | 3D | E | 52 | 41 | 3C |
| Octal | 253 | 333 | 126 | 26 | 0 | 75 | 16 | 122 | 101 | 74 |
| Binary | 10101011 | 11011011 | 1010110 | 10110 | 0 | 111101 | 1110 | 1010010 | 1000001 | 111100 |
Color Harmonies of #ABDB56
Complementary color
Monochromatic Colors of #ABDB56
Black with #ABDB56
Text Example
Text Example
White with #ABDB56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDB56; }
p { color: rgb(171,219,86); }
H1.HeaderClassName
{
color: #ABDB56;
}
.AnyTagClassName
{
color: #ABDB56;
}
</style>
background-color css
<style>
a { background-color: #ABDB56; }
a { background-color: rgb(171,219,86); }
div.DivClassName
{
background-color: #ABDB56;
}
.BgClassName
{
background-color: #ABDB56;
}
</style>
border-color css
<style>
span { border-color: #ABDB56; }
span { border-color: rgb(171,219,86); }
td.TdClassName
{
border-color: #ABDB56;
}
.TagClassName
{
border-color: #ABDB56;
}
</style>