Shades of Conifer #ABDB57
Tints of Conifer #ABDB57
RGB
CMYK
RGB Variations
Color information
#ABDB57 (or 0xABDB57) is known color: Conifer. HEX triplet: AB, DB and 57. RGB value is (171,219,87). Sum of RGB (Red+Green+Blue) = 171+219+87=477 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.85% from 477); Green value is 219 (85.94% from 255 or 45.91% from 477); Blue value is 87 (34.38% from 255 or 18.24% from 477); Max value from RGB is 219 - color contains mainly: green. Hex color #ABDB57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDB57 is #5424A8. Grayscale: #BEBEBE. Windows color (decimal): -5514409 or 5757867. OLE color: 5757867.
HSL color Cylindrical-coordinate representation of color #ABDB57: hue angle of 81.82º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ABDB57 is Cyan = 0.22, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 219 | 87 | - |
| CMYK | 0.22 | 0 | 0.60 | 0.14 |
| HSL | 81.82º | 0.65% | 0.6% | - |
| HSV(B) | 81.82º | 0.6% | 0.86% | - |
| XYZ | 43.85 | 60.01 | 18.29 | - |
| YUV | 189.6 | 70.1 | 114.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 219 | 87 | 0.22 | 0 | 0.60 | 0.14 | 81.82 | 0.65 | 0.6 |
| Hex | AB | DB | 57 | 16 | 0 | 3C | E | 52 | 41 | 3C |
| Octal | 253 | 333 | 127 | 26 | 0 | 74 | 16 | 122 | 101 | 74 |
| Binary | 10101011 | 11011011 | 1010111 | 10110 | 0 | 111100 | 1110 | 1010010 | 1000001 | 111100 |
Color Harmonies of #ABDB57
Complementary color
Monochromatic Colors of #ABDB57
Black with #ABDB57
Text Example
Text Example
White with #ABDB57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDB57; }
p { color: rgb(171,219,87); }
H1.HeaderClassName
{
color: #ABDB57;
}
.AnyTagClassName
{
color: #ABDB57;
}
</style>
background-color css
<style>
a { background-color: #ABDB57; }
a { background-color: rgb(171,219,87); }
div.DivClassName
{
background-color: #ABDB57;
}
.BgClassName
{
background-color: #ABDB57;
}
</style>
border-color css
<style>
span { border-color: #ABDB57; }
span { border-color: rgb(171,219,87); }
td.TdClassName
{
border-color: #ABDB57;
}
.TagClassName
{
border-color: #ABDB57;
}
</style>