Shades of Conifer #ABDF47
Tints of Conifer #ABDF47
RGB
CMYK
RGB Variations
Color information
#ABDF47 (or 0xABDF47) is known color: Conifer. HEX triplet: AB, DF and 47. RGB value is (171,223,71). Sum of RGB (Red+Green+Blue) = 171+223+71=465 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.77% from 465); Green value is 223 (87.5% from 255 or 47.96% from 465); Blue value is 71 (28.12% from 255 or 15.27% from 465); Max value from RGB is 223 - color contains mainly: green. Hex color #ABDF47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABDF47 is #5420B8. Grayscale: #BEBEBE. Windows color (decimal): -5513401 or 4710315. OLE color: 4710315.
HSL color Cylindrical-coordinate representation of color #ABDF47: hue angle of 80.53º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ABDF47 is Cyan = 0.23, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 223 | 71 | - |
| CMYK | 0.23 | 0 | 0.68 | 0.13 |
| HSL | 80.53º | 0.7% | 0.58% | - |
| HSV(B) | 80.53º | 0.68% | 0.87% | - |
| XYZ | 44.32 | 61.89 | 15.57 | - |
| YUV | 190.12 | 60.77 | 114.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 223 | 71 | 0.23 | 0 | 0.68 | 0.13 | 80.53 | 0.7 | 0.58 |
| Hex | AB | DF | 47 | 17 | 0 | 44 | D | 51 | 46 | 3A |
| Octal | 253 | 337 | 107 | 27 | 0 | 104 | 15 | 121 | 106 | 72 |
| Binary | 10101011 | 11011111 | 1000111 | 10111 | 0 | 1000100 | 1101 | 1010001 | 1000110 | 111010 |
Color Harmonies of #ABDF47
Complementary color
Monochromatic Colors of #ABDF47
Black with #ABDF47
Text Example
Text Example
White with #ABDF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDF47; }
p { color: rgb(171,223,71); }
H1.HeaderClassName
{
color: #ABDF47;
}
.AnyTagClassName
{
color: #ABDF47;
}
</style>
background-color css
<style>
a { background-color: #ABDF47; }
a { background-color: rgb(171,223,71); }
div.DivClassName
{
background-color: #ABDF47;
}
.BgClassName
{
background-color: #ABDF47;
}
</style>
border-color css
<style>
span { border-color: #ABDF47; }
span { border-color: rgb(171,223,71); }
td.TdClassName
{
border-color: #ABDF47;
}
.TagClassName
{
border-color: #ABDF47;
}
</style>