Shades of Conifer #ABDD49
Tints of Conifer #ABDD49
RGB
CMYK
RGB Variations
Color information
#ABDD49 (or 0xABDD49) is known color: Conifer. HEX triplet: AB, DD and 49. RGB value is (171,221,73). Sum of RGB (Red+Green+Blue) = 171+221+73=465 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.77% from 465); Green value is 221 (86.72% from 255 or 47.53% from 465); Blue value is 73 (28.91% from 255 or 15.70% from 465); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDD49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABDD49 is #5422B6. Grayscale: #BDBDBD. Windows color (decimal): -5513911 or 4840875. OLE color: 4840875.
HSL color Cylindrical-coordinate representation of color #ABDD49: hue angle of 80.27º degrees, saturation: 0.69, 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 #ABDD49 is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 221 | 73 | - |
| CMYK | 0.23 | 0 | 0.67 | 0.13 |
| HSL | 80.27º | 0.69% | 0.58% | - |
| HSV(B) | 80.27º | 0.67% | 0.87% | - |
| XYZ | 43.85 | 60.85 | 15.74 | - |
| YUV | 189.18 | 62.44 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 221 | 73 | 0.23 | 0 | 0.67 | 0.13 | 80.27 | 0.69 | 0.58 |
| Hex | AB | DD | 49 | 17 | 0 | 43 | D | 50 | 45 | 3A |
| Octal | 253 | 335 | 111 | 27 | 0 | 103 | 15 | 120 | 105 | 72 |
| Binary | 10101011 | 11011101 | 1001001 | 10111 | 0 | 1000011 | 1101 | 1010000 | 1000101 | 111010 |
Color Harmonies of #ABDD49
Complementary color
Monochromatic Colors of #ABDD49
Black with #ABDD49
Text Example
Text Example
White with #ABDD49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDD49; }
p { color: rgb(171,221,73); }
H1.HeaderClassName
{
color: #ABDD49;
}
.AnyTagClassName
{
color: #ABDD49;
}
</style>
background-color css
<style>
a { background-color: #ABDD49; }
a { background-color: rgb(171,221,73); }
div.DivClassName
{
background-color: #ABDD49;
}
.BgClassName
{
background-color: #ABDD49;
}
</style>
border-color css
<style>
span { border-color: #ABDD49; }
span { border-color: rgb(171,221,73); }
td.TdClassName
{
border-color: #ABDD49;
}
.TagClassName
{
border-color: #ABDD49;
}
</style>