Shades of Conifer #ABDB40
Tints of Conifer #ABDB40
RGB
CMYK
RGB Variations
Color information
#ABDB40 (or 0xABDB40) is known color: Conifer. HEX triplet: AB, DB and 40. RGB value is (171,219,64). Sum of RGB (Red+Green+Blue) = 171+219+64=454 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.67% from 454); Green value is 219 (85.94% from 255 or 48.24% from 454); Blue value is 64 (25.39% from 255 or 14.10% from 454); Max value from RGB is 219 - color contains mainly: green. Hex color #ABDB40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABDB40 is #5424BF. Grayscale: #BBBBBB. Windows color (decimal): -5514432 or 4250539. OLE color: 4250539.
HSL color Cylindrical-coordinate representation of color #ABDB40: hue angle of 78.58º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ABDB40 is Cyan = 0.22, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 219 | 64 | - |
| CMYK | 0.22 | 0 | 0.71 | 0.14 |
| HSL | 78.58º | 0.68% | 0.55% | - |
| HSV(B) | 78.58º | 0.71% | 0.86% | - |
| XYZ | 43.05 | 59.69 | 14.1 | - |
| YUV | 186.98 | 58.6 | 116.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 219 | 64 | 0.22 | 0 | 0.71 | 0.14 | 78.58 | 0.68 | 0.55 |
| Hex | AB | DB | 40 | 16 | 0 | 47 | E | 4F | 44 | 37 |
| Octal | 253 | 333 | 100 | 26 | 0 | 107 | 16 | 117 | 104 | 67 |
| Binary | 10101011 | 11011011 | 1000000 | 10110 | 0 | 1000111 | 1110 | 1001111 | 1000100 | 110111 |
Color Harmonies of #ABDB40
Complementary color
Monochromatic Colors of #ABDB40
Black with #ABDB40
Text Example
Text Example
White with #ABDB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDB40; }
p { color: rgb(171,219,64); }
H1.HeaderClassName
{
color: #ABDB40;
}
.AnyTagClassName
{
color: #ABDB40;
}
</style>
background-color css
<style>
a { background-color: #ABDB40; }
a { background-color: rgb(171,219,64); }
div.DivClassName
{
background-color: #ABDB40;
}
.BgClassName
{
background-color: #ABDB40;
}
</style>
border-color css
<style>
span { border-color: #ABDB40; }
span { border-color: rgb(171,219,64); }
td.TdClassName
{
border-color: #ABDB40;
}
.TagClassName
{
border-color: #ABDB40;
}
</style>