Shades of Conifer #ABDD61
Tints of Conifer #ABDD61
RGB
CMYK
RGB Variations
Color information
#ABDD61 (or 0xABDD61) is known color: Conifer. HEX triplet: AB, DD and 61. RGB value is (171,221,97). Sum of RGB (Red+Green+Blue) = 171+221+97=489 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.97% from 489); Green value is 221 (86.72% from 255 or 45.19% from 489); Blue value is 97 (38.28% from 255 or 19.84% from 489); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDD61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDD61 is #54229E. Grayscale: #C0C0C0. Windows color (decimal): -5513887 or 6413739. OLE color: 6413739.
HSL color Cylindrical-coordinate representation of color #ABDD61: hue angle of 84.19º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ABDD61 is Cyan = 0.23, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 221 | 97 | - |
| CMYK | 0.23 | 0 | 0.56 | 0.13 |
| HSL | 84.19º | 0.65% | 0.62% | - |
| HSV(B) | 84.19º | 0.56% | 0.87% | - |
| XYZ | 44.81 | 61.23 | 20.77 | - |
| YUV | 191.91 | 74.44 | 113.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 221 | 97 | 0.23 | 0 | 0.56 | 0.13 | 84.19 | 0.65 | 0.62 |
| Hex | AB | DD | 61 | 17 | 0 | 38 | D | 54 | 41 | 3E |
| Octal | 253 | 335 | 141 | 27 | 0 | 70 | 15 | 124 | 101 | 76 |
| Binary | 10101011 | 11011101 | 1100001 | 10111 | 0 | 111000 | 1101 | 1010100 | 1000001 | 111110 |
Color Harmonies of #ABDD61
Complementary color
Monochromatic Colors of #ABDD61
Black with #ABDD61
Text Example
Text Example
White with #ABDD61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDD61; }
p { color: rgb(171,221,97); }
H1.HeaderClassName
{
color: #ABDD61;
}
.AnyTagClassName
{
color: #ABDD61;
}
</style>
background-color css
<style>
a { background-color: #ABDD61; }
a { background-color: rgb(171,221,97); }
div.DivClassName
{
background-color: #ABDD61;
}
.BgClassName
{
background-color: #ABDD61;
}
</style>
border-color css
<style>
span { border-color: #ABDD61; }
span { border-color: rgb(171,221,97); }
td.TdClassName
{
border-color: #ABDD61;
}
.TagClassName
{
border-color: #ABDD61;
}
</style>