Shades of Conifer #ABDD48
Tints of Conifer #ABDD48
RGB
CMYK
RGB Variations
Color information
#ABDD48 (or 0xABDD48) is known color: Conifer. HEX triplet: AB, DD and 48. RGB value is (171,221,72). Sum of RGB (Red+Green+Blue) = 171+221+72=464 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.85% from 464); Green value is 221 (86.72% from 255 or 47.63% from 464); Blue value is 72 (28.52% from 255 or 15.52% from 464); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDD48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABDD48 is #5422B7. Grayscale: #BDBDBD. Windows color (decimal): -5513912 or 4775339. OLE color: 4775339.
HSL color Cylindrical-coordinate representation of color #ABDD48: hue angle of 80.13º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ABDD48 is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 221 | 72 | - |
| CMYK | 0.23 | 0 | 0.67 | 0.13 |
| HSL | 80.13º | 0.69% | 0.57% | - |
| HSV(B) | 80.13º | 0.67% | 0.87% | - |
| XYZ | 43.82 | 60.84 | 15.56 | - |
| YUV | 189.06 | 61.94 | 115.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 221 | 72 | 0.23 | 0 | 0.67 | 0.13 | 80.13 | 0.69 | 0.57 |
| Hex | AB | DD | 48 | 17 | 0 | 43 | D | 50 | 45 | 39 |
| Octal | 253 | 335 | 110 | 27 | 0 | 103 | 15 | 120 | 105 | 71 |
| Binary | 10101011 | 11011101 | 1001000 | 10111 | 0 | 1000011 | 1101 | 1010000 | 1000101 | 111001 |
Color Harmonies of #ABDD48
Complementary color
Monochromatic Colors of #ABDD48
Black with #ABDD48
Text Example
Text Example
White with #ABDD48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDD48; }
p { color: rgb(171,221,72); }
H1.HeaderClassName
{
color: #ABDD48;
}
.AnyTagClassName
{
color: #ABDD48;
}
</style>
background-color css
<style>
a { background-color: #ABDD48; }
a { background-color: rgb(171,221,72); }
div.DivClassName
{
background-color: #ABDD48;
}
.BgClassName
{
background-color: #ABDD48;
}
</style>
border-color css
<style>
span { border-color: #ABDD48; }
span { border-color: rgb(171,221,72); }
td.TdClassName
{
border-color: #ABDD48;
}
.TagClassName
{
border-color: #ABDD48;
}
</style>