Shades of Conifer #ABD255
Tints of Conifer #ABD255
RGB
CMYK
RGB Variations
Color information
#ABD255 (or 0xABD255) is known color: Conifer. HEX triplet: AB, D2 and 55. RGB value is (171,210,85). Sum of RGB (Red+Green+Blue) = 171+210+85=466 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.70% from 466); Green value is 210 (82.42% from 255 or 45.06% from 466); Blue value is 85 (33.59% from 255 or 18.24% from 466); Max value from RGB is 210 - color contains mainly: green. Hex color #ABD255 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABD255 is #542DAA. Grayscale: #B8B8B8. Windows color (decimal): -5516715 or 5624491. OLE color: 5624491.
HSL color Cylindrical-coordinate representation of color #ABD255: hue angle of 78.72º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ABD255 is Cyan = 0.19, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 171 | 210 | 85 | - |
| CMYK | 0.19 | 0 | 0.60 | 0.18 |
| HSL | 78.72º | 0.58% | 0.58% | - |
| HSV(B) | 78.72º | 0.6% | 0.82% | - |
| XYZ | 41.48 | 55.41 | 17.1 | - |
| YUV | 184.09 | 72.08 | 118.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 210 | 85 | 0.19 | 0 | 0.60 | 0.18 | 78.72 | 0.58 | 0.58 |
| Hex | AB | D2 | 55 | 13 | 0 | 3C | 12 | 4F | 3A | 3A |
| Octal | 253 | 322 | 125 | 23 | 0 | 74 | 22 | 117 | 72 | 72 |
| Binary | 10101011 | 11010010 | 1010101 | 10011 | 0 | 111100 | 10010 | 1001111 | 111010 | 111010 |
Color Harmonies of #ABD255
Complementary color
Monochromatic Colors of #ABD255
Black with #ABD255
Text Example
Text Example
White with #ABD255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABD255; }
p { color: rgb(171,210,85); }
H1.HeaderClassName
{
color: #ABD255;
}
.AnyTagClassName
{
color: #ABD255;
}
</style>
background-color css
<style>
a { background-color: #ABD255; }
a { background-color: rgb(171,210,85); }
div.DivClassName
{
background-color: #ABD255;
}
.BgClassName
{
background-color: #ABD255;
}
</style>
border-color css
<style>
span { border-color: #ABD255; }
span { border-color: rgb(171,210,85); }
td.TdClassName
{
border-color: #ABD255;
}
.TagClassName
{
border-color: #ABD255;
}
</style>