Shades of Conifer #ABDC50
Tints of Conifer #ABDC50
RGB
CMYK
RGB Variations
Color information
#ABDC50 (or 0xABDC50) is known color: Conifer. HEX triplet: AB, DC and 50. RGB value is (171,220,80). Sum of RGB (Red+Green+Blue) = 171+220+80=471 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.31% from 471); Green value is 220 (86.33% from 255 or 46.71% from 471); Blue value is 80 (31.64% from 255 or 16.99% from 471); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDC50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDC50 is #5423AF. Grayscale: #BDBDBD. Windows color (decimal): -5514160 or 5299371. OLE color: 5299371.
HSL color Cylindrical-coordinate representation of color #ABDC50: hue angle of 81º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ABDC50 is Cyan = 0.22, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 220 | 80 | - |
| CMYK | 0.22 | 0 | 0.64 | 0.14 |
| HSL | 81º | 0.67% | 0.59% | - |
| HSV(B) | 81º | 0.64% | 0.86% | - |
| XYZ | 43.84 | 60.42 | 16.94 | - |
| YUV | 189.39 | 66.27 | 114.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 220 | 80 | 0.22 | 0 | 0.64 | 0.14 | 81 | 0.67 | 0.59 |
| Hex | AB | DC | 50 | 16 | 0 | 40 | E | 51 | 43 | 3B |
| Octal | 253 | 334 | 120 | 26 | 0 | 100 | 16 | 121 | 103 | 73 |
| Binary | 10101011 | 11011100 | 1010000 | 10110 | 0 | 1000000 | 1110 | 1010001 | 1000011 | 111011 |
Color Harmonies of #ABDC50
Complementary color
Monochromatic Colors of #ABDC50
Black with #ABDC50
Text Example
Text Example
White with #ABDC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDC50; }
p { color: rgb(171,220,80); }
H1.HeaderClassName
{
color: #ABDC50;
}
.AnyTagClassName
{
color: #ABDC50;
}
</style>
background-color css
<style>
a { background-color: #ABDC50; }
a { background-color: rgb(171,220,80); }
div.DivClassName
{
background-color: #ABDC50;
}
.BgClassName
{
background-color: #ABDC50;
}
</style>
border-color css
<style>
span { border-color: #ABDC50; }
span { border-color: rgb(171,220,80); }
td.TdClassName
{
border-color: #ABDC50;
}
.TagClassName
{
border-color: #ABDC50;
}
</style>