Shades of Conifer #ABDD51
Tints of Conifer #ABDD51
RGB
CMYK
RGB Variations
Color information
#ABDD51 (or 0xABDD51) is known color: Conifer. HEX triplet: AB, DD and 51. RGB value is (171,221,81). Sum of RGB (Red+Green+Blue) = 171+221+81=473 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.15% from 473); Green value is 221 (86.72% from 255 or 46.72% from 473); Blue value is 81 (32.03% from 255 or 17.12% from 473); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDD51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDD51 is #5422AE. Grayscale: #BEBEBE. Windows color (decimal): -5513903 or 5365163. OLE color: 5365163.
HSL color Cylindrical-coordinate representation of color #ABDD51: hue angle of 81.43º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ABDD51 is Cyan = 0.23, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 221 | 81 | - |
| CMYK | 0.23 | 0 | 0.63 | 0.13 |
| HSL | 81.43º | 0.67% | 0.59% | - |
| HSV(B) | 81.43º | 0.63% | 0.87% | - |
| XYZ | 44.14 | 60.96 | 17.23 | - |
| YUV | 190.09 | 66.44 | 114.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 221 | 81 | 0.23 | 0 | 0.63 | 0.13 | 81.43 | 0.67 | 0.59 |
| Hex | AB | DD | 51 | 17 | 0 | 3F | D | 51 | 43 | 3B |
| Octal | 253 | 335 | 121 | 27 | 0 | 77 | 15 | 121 | 103 | 73 |
| Binary | 10101011 | 11011101 | 1010001 | 10111 | 0 | 111111 | 1101 | 1010001 | 1000011 | 111011 |
Color Harmonies of #ABDD51
Complementary color
Monochromatic Colors of #ABDD51
Black with #ABDD51
Text Example
Text Example
White with #ABDD51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDD51; }
p { color: rgb(171,221,81); }
H1.HeaderClassName
{
color: #ABDD51;
}
.AnyTagClassName
{
color: #ABDD51;
}
</style>
background-color css
<style>
a { background-color: #ABDD51; }
a { background-color: rgb(171,221,81); }
div.DivClassName
{
background-color: #ABDD51;
}
.BgClassName
{
background-color: #ABDD51;
}
</style>
border-color css
<style>
span { border-color: #ABDD51; }
span { border-color: rgb(171,221,81); }
td.TdClassName
{
border-color: #ABDD51;
}
.TagClassName
{
border-color: #ABDD51;
}
</style>