Shades of Conifer #ABDF49
Tints of Conifer #ABDF49
RGB
CMYK
RGB Variations
Color information
#ABDF49 (or 0xABDF49) is known color: Conifer. HEX triplet: AB, DF and 49. RGB value is (171,223,73). Sum of RGB (Red+Green+Blue) = 171+223+73=467 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.62% from 467); Green value is 223 (87.5% from 255 or 47.75% from 467); Blue value is 73 (28.91% from 255 or 15.63% from 467); Max value from RGB is 223 - color contains mainly: green. Hex color #ABDF49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABDF49 is #5420B6. Grayscale: #BEBEBE. Windows color (decimal): -5513399 or 4841387. OLE color: 4841387.
HSL color Cylindrical-coordinate representation of color #ABDF49: hue angle of 80.8º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ABDF49 is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 223 | 73 | - |
| CMYK | 0.23 | 0 | 0.67 | 0.13 |
| HSL | 80.8º | 0.7% | 0.58% | - |
| HSV(B) | 80.8º | 0.67% | 0.87% | - |
| XYZ | 44.38 | 61.91 | 15.91 | - |
| YUV | 190.35 | 61.77 | 114.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 223 | 73 | 0.23 | 0 | 0.67 | 0.13 | 80.8 | 0.7 | 0.58 |
| Hex | AB | DF | 49 | 17 | 0 | 43 | D | 51 | 46 | 3A |
| Octal | 253 | 337 | 111 | 27 | 0 | 103 | 15 | 121 | 106 | 72 |
| Binary | 10101011 | 11011111 | 1001001 | 10111 | 0 | 1000011 | 1101 | 1010001 | 1000110 | 111010 |
Color Harmonies of #ABDF49
Complementary color
Monochromatic Colors of #ABDF49
Black with #ABDF49
Text Example
Text Example
White with #ABDF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDF49; }
p { color: rgb(171,223,73); }
H1.HeaderClassName
{
color: #ABDF49;
}
.AnyTagClassName
{
color: #ABDF49;
}
</style>
background-color css
<style>
a { background-color: #ABDF49; }
a { background-color: rgb(171,223,73); }
div.DivClassName
{
background-color: #ABDF49;
}
.BgClassName
{
background-color: #ABDF49;
}
</style>
border-color css
<style>
span { border-color: #ABDF49; }
span { border-color: rgb(171,223,73); }
td.TdClassName
{
border-color: #ABDF49;
}
.TagClassName
{
border-color: #ABDF49;
}
</style>