Shades of Conifer #ABEC52
Tints of Conifer #ABEC52
RGB
CMYK
RGB Variations
Color information
#ABEC52 (or 0xABEC52) is known color: Conifer. HEX triplet: AB, EC and 52. RGB value is (171,236,82). Sum of RGB (Red+Green+Blue) = 171+236+82=489 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.97% from 489); Green value is 236 (92.58% from 255 or 48.26% from 489); Blue value is 82 (32.42% from 255 or 16.77% from 489); Max value from RGB is 236 - color contains mainly: green. Hex color #ABEC52 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABEC52 is #5413AD. Grayscale: #C7C7C7. Windows color (decimal): -5510062 or 5434539. OLE color: 5434539.
HSL color Cylindrical-coordinate representation of color #ABEC52: hue angle of 85.32º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ABEC52 is Cyan = 0.28, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 236 | 82 | - |
| CMYK | 0.28 | 0 | 0.65 | 0.07 |
| HSL | 85.32º | 0.8% | 0.62% | - |
| HSV(B) | 85.32º | 0.65% | 0.93% | - |
| XYZ | 48.31 | 69.26 | 18.8 | - |
| YUV | 199.01 | 61.97 | 108.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 236 | 82 | 0.28 | 0 | 0.65 | 0.07 | 85.32 | 0.8 | 0.62 |
| Hex | AB | EC | 52 | 1C | 0 | 41 | 7 | 55 | 50 | 3E |
| Octal | 253 | 354 | 122 | 34 | 0 | 101 | 7 | 125 | 120 | 76 |
| Binary | 10101011 | 11101100 | 1010010 | 11100 | 0 | 1000001 | 111 | 1010101 | 1010000 | 111110 |
Color Harmonies of #ABEC52
Complementary color
Monochromatic Colors of #ABEC52
Black with #ABEC52
Text Example
Text Example
White with #ABEC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEC52; }
p { color: rgb(171,236,82); }
H1.HeaderClassName
{
color: #ABEC52;
}
.AnyTagClassName
{
color: #ABEC52;
}
</style>
background-color css
<style>
a { background-color: #ABEC52; }
a { background-color: rgb(171,236,82); }
div.DivClassName
{
background-color: #ABEC52;
}
.BgClassName
{
background-color: #ABEC52;
}
</style>
border-color css
<style>
span { border-color: #ABEC52; }
span { border-color: rgb(171,236,82); }
td.TdClassName
{
border-color: #ABEC52;
}
.TagClassName
{
border-color: #ABEC52;
}
</style>