Shades of Conifer #ABEC53
Tints of Conifer #ABEC53
RGB
CMYK
RGB Variations
Color information
#ABEC53 (or 0xABEC53) is known color: Conifer. HEX triplet: AB, EC and 53. RGB value is (171,236,83). Sum of RGB (Red+Green+Blue) = 171+236+83=490 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.90% from 490); Green value is 236 (92.58% from 255 or 48.16% from 490); Blue value is 83 (32.81% from 255 or 16.94% from 490); Max value from RGB is 236 - color contains mainly: green. Hex color #ABEC53 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABEC53 is #5413AC. Grayscale: #C7C7C7. Windows color (decimal): -5510061 or 5500075. OLE color: 5500075.
HSL color Cylindrical-coordinate representation of color #ABEC53: hue angle of 85.49º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ABEC53 is Cyan = 0.28, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 236 | 83 | - |
| CMYK | 0.28 | 0 | 0.65 | 0.07 |
| HSL | 85.49º | 0.8% | 0.63% | - |
| HSV(B) | 85.49º | 0.65% | 0.93% | - |
| XYZ | 48.35 | 69.27 | 19.01 | - |
| YUV | 199.12 | 62.47 | 107.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 236 | 83 | 0.28 | 0 | 0.65 | 0.07 | 85.49 | 0.8 | 0.63 |
| Hex | AB | EC | 53 | 1C | 0 | 41 | 7 | 55 | 50 | 3F |
| Octal | 253 | 354 | 123 | 34 | 0 | 101 | 7 | 125 | 120 | 77 |
| Binary | 10101011 | 11101100 | 1010011 | 11100 | 0 | 1000001 | 111 | 1010101 | 1010000 | 111111 |
Color Harmonies of #ABEC53
Complementary color
Monochromatic Colors of #ABEC53
Black with #ABEC53
Text Example
Text Example
White with #ABEC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEC53; }
p { color: rgb(171,236,83); }
H1.HeaderClassName
{
color: #ABEC53;
}
.AnyTagClassName
{
color: #ABEC53;
}
</style>
background-color css
<style>
a { background-color: #ABEC53; }
a { background-color: rgb(171,236,83); }
div.DivClassName
{
background-color: #ABEC53;
}
.BgClassName
{
background-color: #ABEC53;
}
</style>
border-color css
<style>
span { border-color: #ABEC53; }
span { border-color: rgb(171,236,83); }
td.TdClassName
{
border-color: #ABEC53;
}
.TagClassName
{
border-color: #ABEC53;
}
</style>