Shades of Conifer #ABDD55
Tints of Conifer #ABDD55
RGB
CMYK
RGB Variations
Color information
#ABDD55 (or 0xABDD55) is known color: Conifer. HEX triplet: AB, DD and 55. RGB value is (171,221,85). Sum of RGB (Red+Green+Blue) = 171+221+85=477 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.85% from 477); Green value is 221 (86.72% from 255 or 46.33% from 477); Blue value is 85 (33.59% from 255 or 17.82% from 477); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDD55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDD55 is #5422AA. Grayscale: #BFBFBF. Windows color (decimal): -5513899 or 5627307. OLE color: 5627307.
HSL color Cylindrical-coordinate representation of color #ABDD55: hue angle of 82.06º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ABDD55 is Cyan = 0.23, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 221 | 85 | - |
| CMYK | 0.23 | 0 | 0.62 | 0.13 |
| HSL | 82.06º | 0.67% | 0.6% | - |
| HSV(B) | 82.06º | 0.62% | 0.87% | - |
| XYZ | 44.29 | 61.03 | 18.04 | - |
| YUV | 190.55 | 68.44 | 114.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 221 | 85 | 0.23 | 0 | 0.62 | 0.13 | 82.06 | 0.67 | 0.6 |
| Hex | AB | DD | 55 | 17 | 0 | 3E | D | 52 | 43 | 3C |
| Octal | 253 | 335 | 125 | 27 | 0 | 76 | 15 | 122 | 103 | 74 |
| Binary | 10101011 | 11011101 | 1010101 | 10111 | 0 | 111110 | 1101 | 1010010 | 1000011 | 111100 |
Color Harmonies of #ABDD55
Complementary color
Monochromatic Colors of #ABDD55
Black with #ABDD55
Text Example
Text Example
White with #ABDD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDD55; }
p { color: rgb(171,221,85); }
H1.HeaderClassName
{
color: #ABDD55;
}
.AnyTagClassName
{
color: #ABDD55;
}
</style>
background-color css
<style>
a { background-color: #ABDD55; }
a { background-color: rgb(171,221,85); }
div.DivClassName
{
background-color: #ABDD55;
}
.BgClassName
{
background-color: #ABDD55;
}
</style>
border-color css
<style>
span { border-color: #ABDD55; }
span { border-color: rgb(171,221,85); }
td.TdClassName
{
border-color: #ABDD55;
}
.TagClassName
{
border-color: #ABDD55;
}
</style>