Shades of Conifer #ABDB58
Tints of Conifer #ABDB58
RGB
CMYK
RGB Variations
Color information
#ABDB58 (or 0xABDB58) is known color: Conifer. HEX triplet: AB, DB and 58. RGB value is (171,219,88). Sum of RGB (Red+Green+Blue) = 171+219+88=478 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.77% from 478); Green value is 219 (85.94% from 255 or 45.82% from 478); Blue value is 88 (34.77% from 255 or 18.41% from 478); Max value from RGB is 219 - color contains mainly: green. Hex color #ABDB58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDB58 is #5424A7. Grayscale: #BEBEBE. Windows color (decimal): -5514408 or 5823403. OLE color: 5823403.
HSL color Cylindrical-coordinate representation of color #ABDB58: hue angle of 81.98º 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 #ABDB58 is Cyan = 0.22, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 219 | 88 | - |
| CMYK | 0.22 | 0 | 0.60 | 0.14 |
| HSL | 81.98º | 0.65% | 0.6% | - |
| HSV(B) | 81.98º | 0.6% | 0.86% | - |
| XYZ | 43.89 | 60.03 | 18.51 | - |
| YUV | 189.71 | 70.6 | 114.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 219 | 88 | 0.22 | 0 | 0.60 | 0.14 | 81.98 | 0.65 | 0.6 |
| Hex | AB | DB | 58 | 16 | 0 | 3C | E | 52 | 41 | 3C |
| Octal | 253 | 333 | 130 | 26 | 0 | 74 | 16 | 122 | 101 | 74 |
| Binary | 10101011 | 11011011 | 1011000 | 10110 | 0 | 111100 | 1110 | 1010010 | 1000001 | 111100 |
Color Harmonies of #ABDB58
Complementary color
Monochromatic Colors of #ABDB58
Black with #ABDB58
Text Example
Text Example
White with #ABDB58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDB58; }
p { color: rgb(171,219,88); }
H1.HeaderClassName
{
color: #ABDB58;
}
.AnyTagClassName
{
color: #ABDB58;
}
</style>
background-color css
<style>
a { background-color: #ABDB58; }
a { background-color: rgb(171,219,88); }
div.DivClassName
{
background-color: #ABDB58;
}
.BgClassName
{
background-color: #ABDB58;
}
</style>
border-color css
<style>
span { border-color: #ABDB58; }
span { border-color: rgb(171,219,88); }
td.TdClassName
{
border-color: #ABDB58;
}
.TagClassName
{
border-color: #ABDB58;
}
</style>