Shades of Conifer #ABDC55
Tints of Conifer #ABDC55
RGB
CMYK
RGB Variations
Color information
#ABDC55 (or 0xABDC55) is known color: Conifer. HEX triplet: AB, DC and 55. RGB value is (171,220,85). Sum of RGB (Red+Green+Blue) = 171+220+85=476 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.92% from 476); Green value is 220 (86.33% from 255 or 46.22% from 476); Blue value is 85 (33.59% from 255 or 17.86% from 476); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDC55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDC55 is #5423AA. Grayscale: #BEBEBE. Windows color (decimal): -5514155 or 5627051. OLE color: 5627051.
HSL color Cylindrical-coordinate representation of color #ABDC55: hue angle of 81.78º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ABDC55 is Cyan = 0.22, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 220 | 85 | - |
| CMYK | 0.22 | 0 | 0.61 | 0.14 |
| HSL | 81.78º | 0.66% | 0.6% | - |
| HSV(B) | 81.78º | 0.61% | 0.86% | - |
| XYZ | 44.03 | 60.5 | 17.95 | - |
| YUV | 189.96 | 68.77 | 114.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 220 | 85 | 0.22 | 0 | 0.61 | 0.14 | 81.78 | 0.66 | 0.6 |
| Hex | AB | DC | 55 | 16 | 0 | 3D | E | 52 | 42 | 3C |
| Octal | 253 | 334 | 125 | 26 | 0 | 75 | 16 | 122 | 102 | 74 |
| Binary | 10101011 | 11011100 | 1010101 | 10110 | 0 | 111101 | 1110 | 1010010 | 1000010 | 111100 |
Color Harmonies of #ABDC55
Complementary color
Monochromatic Colors of #ABDC55
Black with #ABDC55
Text Example
Text Example
White with #ABDC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDC55; }
p { color: rgb(171,220,85); }
H1.HeaderClassName
{
color: #ABDC55;
}
.AnyTagClassName
{
color: #ABDC55;
}
</style>
background-color css
<style>
a { background-color: #ABDC55; }
a { background-color: rgb(171,220,85); }
div.DivClassName
{
background-color: #ABDC55;
}
.BgClassName
{
background-color: #ABDC55;
}
</style>
border-color css
<style>
span { border-color: #ABDC55; }
span { border-color: rgb(171,220,85); }
td.TdClassName
{
border-color: #ABDC55;
}
.TagClassName
{
border-color: #ABDC55;
}
</style>