Shades of Conifer #ABDC47
Tints of Conifer #ABDC47
RGB
CMYK
RGB Variations
Color information
#ABDC47 (or 0xABDC47) is known color: Conifer. HEX triplet: AB, DC and 47. RGB value is (171,220,71). Sum of RGB (Red+Green+Blue) = 171+220+71=462 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.01% from 462); Green value is 220 (86.33% from 255 or 47.62% from 462); Blue value is 71 (28.12% from 255 or 15.37% from 462); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDC47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABDC47 is #5423B8. Grayscale: #BCBCBC. Windows color (decimal): -5514169 or 4709547. OLE color: 4709547.
HSL color Cylindrical-coordinate representation of color #ABDC47: hue angle of 79.73º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ABDC47 is Cyan = 0.22, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 220 | 71 | - |
| CMYK | 0.22 | 0 | 0.68 | 0.14 |
| HSL | 79.73º | 0.68% | 0.57% | - |
| HSV(B) | 79.73º | 0.68% | 0.86% | - |
| XYZ | 43.53 | 60.3 | 15.31 | - |
| YUV | 188.36 | 61.77 | 115.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 220 | 71 | 0.22 | 0 | 0.68 | 0.14 | 79.73 | 0.68 | 0.57 |
| Hex | AB | DC | 47 | 16 | 0 | 44 | E | 50 | 44 | 39 |
| Octal | 253 | 334 | 107 | 26 | 0 | 104 | 16 | 120 | 104 | 71 |
| Binary | 10101011 | 11011100 | 1000111 | 10110 | 0 | 1000100 | 1110 | 1010000 | 1000100 | 111001 |
Color Harmonies of #ABDC47
Complementary color
Monochromatic Colors of #ABDC47
Black with #ABDC47
Text Example
Text Example
White with #ABDC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDC47; }
p { color: rgb(171,220,71); }
H1.HeaderClassName
{
color: #ABDC47;
}
.AnyTagClassName
{
color: #ABDC47;
}
</style>
background-color css
<style>
a { background-color: #ABDC47; }
a { background-color: rgb(171,220,71); }
div.DivClassName
{
background-color: #ABDC47;
}
.BgClassName
{
background-color: #ABDC47;
}
</style>
border-color css
<style>
span { border-color: #ABDC47; }
span { border-color: rgb(171,220,71); }
td.TdClassName
{
border-color: #ABDC47;
}
.TagClassName
{
border-color: #ABDC47;
}
</style>