Shades of Conifer #ABD350
Tints of Conifer #ABD350
RGB
CMYK
RGB Variations
Color information
#ABD350 (or 0xABD350) is known color: Conifer. HEX triplet: AB, D3 and 50. RGB value is (171,211,80). Sum of RGB (Red+Green+Blue) = 171+211+80=462 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.01% from 462); Green value is 211 (82.81% from 255 or 45.67% from 462); Blue value is 80 (31.64% from 255 or 17.32% from 462); Max value from RGB is 211 - color contains mainly: green. Hex color #ABD350 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABD350 is #542CAF. Grayscale: #B8B8B8. Windows color (decimal): -5516464 or 5297067. OLE color: 5297067.
HSL color Cylindrical-coordinate representation of color #ABD350: hue angle of 78.32º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ABD350 is Cyan = 0.19, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 171 | 211 | 80 | - |
| CMYK | 0.19 | 0 | 0.62 | 0.17 |
| HSL | 78.32º | 0.6% | 0.57% | - |
| HSV(B) | 78.32º | 0.62% | 0.83% | - |
| XYZ | 41.54 | 55.83 | 16.18 | - |
| YUV | 184.11 | 69.25 | 118.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 211 | 80 | 0.19 | 0 | 0.62 | 0.17 | 78.32 | 0.6 | 0.57 |
| Hex | AB | D3 | 50 | 13 | 0 | 3E | 11 | 4E | 3C | 39 |
| Octal | 253 | 323 | 120 | 23 | 0 | 76 | 21 | 116 | 74 | 71 |
| Binary | 10101011 | 11010011 | 1010000 | 10011 | 0 | 111110 | 10001 | 1001110 | 111100 | 111001 |
Color Harmonies of #ABD350
Complementary color
Monochromatic Colors of #ABD350
Black with #ABD350
Text Example
Text Example
White with #ABD350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABD350; }
p { color: rgb(171,211,80); }
H1.HeaderClassName
{
color: #ABD350;
}
.AnyTagClassName
{
color: #ABD350;
}
</style>
background-color css
<style>
a { background-color: #ABD350; }
a { background-color: rgb(171,211,80); }
div.DivClassName
{
background-color: #ABD350;
}
.BgClassName
{
background-color: #ABD350;
}
</style>
border-color css
<style>
span { border-color: #ABD350; }
span { border-color: rgb(171,211,80); }
td.TdClassName
{
border-color: #ABD350;
}
.TagClassName
{
border-color: #ABD350;
}
</style>