Shades of Conifer #ABDF51
Tints of Conifer #ABDF51
RGB
CMYK
RGB Variations
Color information
#ABDF51 (or 0xABDF51) is known color: Conifer. HEX triplet: AB, DF and 51. RGB value is (171,223,81). Sum of RGB (Red+Green+Blue) = 171+223+81=475 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36% from 475); Green value is 223 (87.5% from 255 or 46.95% from 475); Blue value is 81 (32.03% from 255 or 17.05% from 475); Max value from RGB is 223 - color contains mainly: green. Hex color #ABDF51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDF51 is #5420AE. Grayscale: #BFBFBF. Windows color (decimal): -5513391 or 5365675. OLE color: 5365675.
HSL color Cylindrical-coordinate representation of color #ABDF51: hue angle of 81.97º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ABDF51 is Cyan = 0.23, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 223 | 81 | - |
| CMYK | 0.23 | 0 | 0.64 | 0.13 |
| HSL | 81.97º | 0.69% | 0.6% | - |
| HSV(B) | 81.97º | 0.64% | 0.87% | - |
| XYZ | 44.67 | 62.03 | 17.4 | - |
| YUV | 191.26 | 65.77 | 113.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 223 | 81 | 0.23 | 0 | 0.64 | 0.13 | 81.97 | 0.69 | 0.6 |
| Hex | AB | DF | 51 | 17 | 0 | 40 | D | 52 | 45 | 3C |
| Octal | 253 | 337 | 121 | 27 | 0 | 100 | 15 | 122 | 105 | 74 |
| Binary | 10101011 | 11011111 | 1010001 | 10111 | 0 | 1000000 | 1101 | 1010010 | 1000101 | 111100 |
Color Harmonies of #ABDF51
Complementary color
Monochromatic Colors of #ABDF51
Black with #ABDF51
Text Example
Text Example
White with #ABDF51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDF51; }
p { color: rgb(171,223,81); }
H1.HeaderClassName
{
color: #ABDF51;
}
.AnyTagClassName
{
color: #ABDF51;
}
</style>
background-color css
<style>
a { background-color: #ABDF51; }
a { background-color: rgb(171,223,81); }
div.DivClassName
{
background-color: #ABDF51;
}
.BgClassName
{
background-color: #ABDF51;
}
</style>
border-color css
<style>
span { border-color: #ABDF51; }
span { border-color: rgb(171,223,81); }
td.TdClassName
{
border-color: #ABDF51;
}
.TagClassName
{
border-color: #ABDF51;
}
</style>