Shades of Conifer #ABDD50
Tints of Conifer #ABDD50
RGB
CMYK
RGB Variations
Color information
#ABDD50 (or 0xABDD50) is known color: Conifer. HEX triplet: AB, DD and 50. RGB value is (171,221,80). Sum of RGB (Red+Green+Blue) = 171+221+80=472 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.23% from 472); Green value is 221 (86.72% from 255 or 46.82% from 472); Blue value is 80 (31.64% from 255 or 16.95% from 472); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDD50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDD50 is #5422AF. Grayscale: #BEBEBE. Windows color (decimal): -5513904 or 5299627. OLE color: 5299627.
HSL color Cylindrical-coordinate representation of color #ABDD50: hue angle of 81.28º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ABDD50 is Cyan = 0.23, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 221 | 80 | - |
| CMYK | 0.23 | 0 | 0.64 | 0.13 |
| HSL | 81.28º | 0.67% | 0.59% | - |
| HSV(B) | 81.28º | 0.64% | 0.87% | - |
| XYZ | 44.1 | 60.95 | 17.03 | - |
| YUV | 189.98 | 65.94 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 221 | 80 | 0.23 | 0 | 0.64 | 0.13 | 81.28 | 0.67 | 0.59 |
| Hex | AB | DD | 50 | 17 | 0 | 40 | D | 51 | 43 | 3B |
| Octal | 253 | 335 | 120 | 27 | 0 | 100 | 15 | 121 | 103 | 73 |
| Binary | 10101011 | 11011101 | 1010000 | 10111 | 0 | 1000000 | 1101 | 1010001 | 1000011 | 111011 |
Color Harmonies of #ABDD50
Complementary color
Monochromatic Colors of #ABDD50
Black with #ABDD50
Text Example
Text Example
White with #ABDD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDD50; }
p { color: rgb(171,221,80); }
H1.HeaderClassName
{
color: #ABDD50;
}
.AnyTagClassName
{
color: #ABDD50;
}
</style>
background-color css
<style>
a { background-color: #ABDD50; }
a { background-color: rgb(171,221,80); }
div.DivClassName
{
background-color: #ABDD50;
}
.BgClassName
{
background-color: #ABDD50;
}
</style>
border-color css
<style>
span { border-color: #ABDD50; }
span { border-color: rgb(171,221,80); }
td.TdClassName
{
border-color: #ABDD50;
}
.TagClassName
{
border-color: #ABDD50;
}
</style>