Shades of Conifer #ABDD59
Tints of Conifer #ABDD59
RGB
CMYK
RGB Variations
Color information
#ABDD59 (or 0xABDD59) is known color: Conifer. HEX triplet: AB, DD and 59. RGB value is (171,221,89). Sum of RGB (Red+Green+Blue) = 171+221+89=481 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.55% from 481); Green value is 221 (86.72% from 255 or 45.95% from 481); Blue value is 89 (35.16% from 255 or 18.50% from 481); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDD59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDD59 is #5422A6. Grayscale: #BFBFBF. Windows color (decimal): -5513895 or 5889451. OLE color: 5889451.
HSL color Cylindrical-coordinate representation of color #ABDD59: hue angle of 82.73º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ABDD59 is Cyan = 0.23, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 221 | 89 | - |
| CMYK | 0.23 | 0 | 0.60 | 0.13 |
| HSL | 82.73º | 0.66% | 0.61% | - |
| HSV(B) | 82.73º | 0.6% | 0.87% | - |
| XYZ | 44.45 | 61.09 | 18.9 | - |
| YUV | 191 | 70.44 | 113.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 221 | 89 | 0.23 | 0 | 0.60 | 0.13 | 82.73 | 0.66 | 0.61 |
| Hex | AB | DD | 59 | 17 | 0 | 3C | D | 53 | 42 | 3D |
| Octal | 253 | 335 | 131 | 27 | 0 | 74 | 15 | 123 | 102 | 75 |
| Binary | 10101011 | 11011101 | 1011001 | 10111 | 0 | 111100 | 1101 | 1010011 | 1000010 | 111101 |
Color Harmonies of #ABDD59
Complementary color
Monochromatic Colors of #ABDD59
Black with #ABDD59
Text Example
Text Example
White with #ABDD59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDD59; }
p { color: rgb(171,221,89); }
H1.HeaderClassName
{
color: #ABDD59;
}
.AnyTagClassName
{
color: #ABDD59;
}
</style>
background-color css
<style>
a { background-color: #ABDD59; }
a { background-color: rgb(171,221,89); }
div.DivClassName
{
background-color: #ABDD59;
}
.BgClassName
{
background-color: #ABDD59;
}
</style>
border-color css
<style>
span { border-color: #ABDD59; }
span { border-color: rgb(171,221,89); }
td.TdClassName
{
border-color: #ABDD59;
}
.TagClassName
{
border-color: #ABDD59;
}
</style>