Shades of Conifer #ABDB4D
Tints of Conifer #ABDB4D
RGB
CMYK
RGB Variations
Color information
#ABDB4D (or 0xABDB4D) is known color: Conifer. HEX triplet: AB, DB and 4D. RGB value is (171,219,77). Sum of RGB (Red+Green+Blue) = 171+219+77=467 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.62% from 467); Green value is 219 (85.94% from 255 or 46.90% from 467); Blue value is 77 (30.47% from 255 or 16.49% from 467); Max value from RGB is 219 - color contains mainly: green. Hex color #ABDB4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDB4D is #5424B2. Grayscale: #BCBCBC. Windows color (decimal): -5514419 or 5102507. OLE color: 5102507.
HSL color Cylindrical-coordinate representation of color #ABDB4D: hue angle of 80.28º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ABDB4D is Cyan = 0.22, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 219 | 77 | - |
| CMYK | 0.22 | 0 | 0.65 | 0.14 |
| HSL | 80.28º | 0.66% | 0.58% | - |
| HSV(B) | 80.28º | 0.65% | 0.86% | - |
| XYZ | 43.47 | 59.86 | 16.28 | - |
| YUV | 188.46 | 65.1 | 115.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 219 | 77 | 0.22 | 0 | 0.65 | 0.14 | 80.28 | 0.66 | 0.58 |
| Hex | AB | DB | 4D | 16 | 0 | 41 | E | 50 | 42 | 3A |
| Octal | 253 | 333 | 115 | 26 | 0 | 101 | 16 | 120 | 102 | 72 |
| Binary | 10101011 | 11011011 | 1001101 | 10110 | 0 | 1000001 | 1110 | 1010000 | 1000010 | 111010 |
Color Harmonies of #ABDB4D
Complementary color
Monochromatic Colors of #ABDB4D
Black with #ABDB4D
Text Example
Text Example
White with #ABDB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDB4D; }
p { color: rgb(171,219,77); }
H1.HeaderClassName
{
color: #ABDB4D;
}
.AnyTagClassName
{
color: #ABDB4D;
}
</style>
background-color css
<style>
a { background-color: #ABDB4D; }
a { background-color: rgb(171,219,77); }
div.DivClassName
{
background-color: #ABDB4D;
}
.BgClassName
{
background-color: #ABDB4D;
}
</style>
border-color css
<style>
span { border-color: #ABDB4D; }
span { border-color: rgb(171,219,77); }
td.TdClassName
{
border-color: #ABDB4D;
}
.TagClassName
{
border-color: #ABDB4D;
}
</style>