Shades of Conifer #ABEF4E
Tints of Conifer #ABEF4E
RGB
CMYK
RGB Variations
Color information
#ABEF4E (or 0xABEF4E) is known color: Conifer. HEX triplet: AB, EF and 4E. RGB value is (171,239,78). Sum of RGB (Red+Green+Blue) = 171+239+78=488 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.04% from 488); Green value is 239 (93.75% from 255 or 48.98% from 488); Blue value is 78 (30.86% from 255 or 15.98% from 488); Max value from RGB is 239 - color contains mainly: green. Hex color #ABEF4E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABEF4E is #5410B1. Grayscale: #C8C8C8. Windows color (decimal): -5509298 or 5173163. OLE color: 5173163.
HSL color Cylindrical-coordinate representation of color #ABEF4E: hue angle of 85.34º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ABEF4E is Cyan = 0.28, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 171 | 239 | 78 | - |
| CMYK | 0.28 | 0 | 0.67 | 0.06 |
| HSL | 85.34º | 0.83% | 0.62% | - |
| HSV(B) | 85.34º | 0.67% | 0.94% | - |
| XYZ | 49.04 | 70.94 | 18.32 | - |
| YUV | 200.31 | 58.97 | 107.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 239 | 78 | 0.28 | 0 | 0.67 | 0.06 | 85.34 | 0.83 | 0.62 |
| Hex | AB | EF | 4E | 1C | 0 | 43 | 6 | 55 | 53 | 3E |
| Octal | 253 | 357 | 116 | 34 | 0 | 103 | 6 | 125 | 123 | 76 |
| Binary | 10101011 | 11101111 | 1001110 | 11100 | 0 | 1000011 | 110 | 1010101 | 1010011 | 111110 |
Color Harmonies of #ABEF4E
Complementary color
Monochromatic Colors of #ABEF4E
Black with #ABEF4E
Text Example
Text Example
White with #ABEF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEF4E; }
p { color: rgb(171,239,78); }
H1.HeaderClassName
{
color: #ABEF4E;
}
.AnyTagClassName
{
color: #ABEF4E;
}
</style>
background-color css
<style>
a { background-color: #ABEF4E; }
a { background-color: rgb(171,239,78); }
div.DivClassName
{
background-color: #ABEF4E;
}
.BgClassName
{
background-color: #ABEF4E;
}
</style>
border-color css
<style>
span { border-color: #ABEF4E; }
span { border-color: rgb(171,239,78); }
td.TdClassName
{
border-color: #ABEF4E;
}
.TagClassName
{
border-color: #ABEF4E;
}
</style>