Shades of Conifer #ABEE4D
Tints of Conifer #ABEE4D
RGB
CMYK
RGB Variations
Color information
#ABEE4D (or 0xABEE4D) is known color: Conifer. HEX triplet: AB, EE and 4D. RGB value is (171,238,77). Sum of RGB (Red+Green+Blue) = 171+238+77=486 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.19% from 486); Green value is 238 (93.36% from 255 or 48.97% from 486); Blue value is 77 (30.47% from 255 or 15.84% from 486); Max value from RGB is 238 - color contains mainly: green. Hex color #ABEE4D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABEE4D is #5411B2. Grayscale: #C8C8C8. Windows color (decimal): -5509555 or 5107371. OLE color: 5107371.
HSL color Cylindrical-coordinate representation of color #ABEE4D: hue angle of 84.97º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ABEE4D is Cyan = 0.28, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 238 | 77 | - |
| CMYK | 0.28 | 0 | 0.68 | 0.07 |
| HSL | 84.97º | 0.83% | 0.62% | - |
| HSV(B) | 84.97º | 0.68% | 0.93% | - |
| XYZ | 48.71 | 70.34 | 18.03 | - |
| YUV | 199.61 | 58.8 | 107.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 238 | 77 | 0.28 | 0 | 0.68 | 0.07 | 84.97 | 0.83 | 0.62 |
| Hex | AB | EE | 4D | 1C | 0 | 44 | 7 | 55 | 53 | 3E |
| Octal | 253 | 356 | 115 | 34 | 0 | 104 | 7 | 125 | 123 | 76 |
| Binary | 10101011 | 11101110 | 1001101 | 11100 | 0 | 1000100 | 111 | 1010101 | 1010011 | 111110 |
Color Harmonies of #ABEE4D
Complementary color
Monochromatic Colors of #ABEE4D
Black with #ABEE4D
Text Example
Text Example
White with #ABEE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEE4D; }
p { color: rgb(171,238,77); }
H1.HeaderClassName
{
color: #ABEE4D;
}
.AnyTagClassName
{
color: #ABEE4D;
}
</style>
background-color css
<style>
a { background-color: #ABEE4D; }
a { background-color: rgb(171,238,77); }
div.DivClassName
{
background-color: #ABEE4D;
}
.BgClassName
{
background-color: #ABEE4D;
}
</style>
border-color css
<style>
span { border-color: #ABEE4D; }
span { border-color: rgb(171,238,77); }
td.TdClassName
{
border-color: #ABEE4D;
}
.TagClassName
{
border-color: #ABEE4D;
}
</style>