Shades of Conifer #ABD250
Tints of Conifer #ABD250
RGB
CMYK
RGB Variations
Color information
#ABD250 (or 0xABD250) is known color: Conifer. HEX triplet: AB, D2 and 50. RGB value is (171,210,80). Sum of RGB (Red+Green+Blue) = 171+210+80=461 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.09% from 461); Green value is 210 (82.42% from 255 or 45.55% from 461); Blue value is 80 (31.64% from 255 or 17.35% from 461); Max value from RGB is 210 - color contains mainly: green. Hex color #ABD250 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABD250 is #542DAF. Grayscale: #B8B8B8. Windows color (decimal): -5516720 or 5296811. OLE color: 5296811.
HSL color Cylindrical-coordinate representation of color #ABD250: hue angle of 78º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ABD250 is Cyan = 0.19, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 171 | 210 | 80 | - |
| CMYK | 0.19 | 0 | 0.62 | 0.18 |
| HSL | 78º | 0.59% | 0.57% | - |
| HSV(B) | 78º | 0.62% | 0.82% | - |
| XYZ | 41.29 | 55.33 | 16.09 | - |
| YUV | 183.52 | 69.58 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 210 | 80 | 0.19 | 0 | 0.62 | 0.18 | 78 | 0.59 | 0.57 |
| Hex | AB | D2 | 50 | 13 | 0 | 3E | 12 | 4E | 3B | 39 |
| Octal | 253 | 322 | 120 | 23 | 0 | 76 | 22 | 116 | 73 | 71 |
| Binary | 10101011 | 11010010 | 1010000 | 10011 | 0 | 111110 | 10010 | 1001110 | 111011 | 111001 |
Color Harmonies of #ABD250
Complementary color
Monochromatic Colors of #ABD250
Black with #ABD250
Text Example
Text Example
White with #ABD250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABD250; }
p { color: rgb(171,210,80); }
H1.HeaderClassName
{
color: #ABD250;
}
.AnyTagClassName
{
color: #ABD250;
}
</style>
background-color css
<style>
a { background-color: #ABD250; }
a { background-color: rgb(171,210,80); }
div.DivClassName
{
background-color: #ABD250;
}
.BgClassName
{
background-color: #ABD250;
}
</style>
border-color css
<style>
span { border-color: #ABD250; }
span { border-color: rgb(171,210,80); }
td.TdClassName
{
border-color: #ABD250;
}
.TagClassName
{
border-color: #ABD250;
}
</style>