Shades of Conifer #ABFE56
Tints of Conifer #ABFE56
RGB
CMYK
RGB Variations
Color information
#ABFE56 (or 0xABFE56) is known color: Conifer. HEX triplet: AB, FE and 56. RGB value is (171,254,86). Sum of RGB (Red+Green+Blue) = 171+254+86=511 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.46% from 511); Green value is 254 (99.61% from 255 or 49.71% from 511); Blue value is 86 (33.98% from 255 or 16.83% from 511); Max value from RGB is 254 - color contains mainly: green. Hex color #ABFE56 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABFE56 is #5401A9. Grayscale: #D2D2D2. Windows color (decimal): -5505450 or 5701291. OLE color: 5701291.
HSL color Cylindrical-coordinate representation of color #ABFE56: hue angle of 89.64º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ABFE56 is Cyan = 0.33, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 254 | 86 | - |
| CMYK | 0.33 | 0 | 0.66 | 0.00 |
| HSL | 89.64º | 0.99% | 0.67% | - |
| HSV(B) | 89.64º | 0.66% | 1% | - |
| XYZ | 53.92 | 80.21 | 21.45 | - |
| YUV | 210.03 | 58 | 100.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 254 | 86 | 0.33 | 0 | 0.66 | 0.00 | 89.64 | 0.99 | 0.67 |
| Hex | AB | FE | 56 | 21 | 0 | 42 | 0 | 5A | 63 | 43 |
| Octal | 253 | 376 | 126 | 41 | 0 | 102 | 0 | 132 | 143 | 103 |
| Binary | 10101011 | 11111110 | 1010110 | 100001 | 0 | 1000010 | 0 | 1011010 | 1100011 | 1000011 |
Color Harmonies of #ABFE56
Complementary color
Monochromatic Colors of #ABFE56
Black with #ABFE56
Text Example
Text Example
White with #ABFE56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFE56; }
p { color: rgb(171,254,86); }
H1.HeaderClassName
{
color: #ABFE56;
}
.AnyTagClassName
{
color: #ABFE56;
}
</style>
background-color css
<style>
a { background-color: #ABFE56; }
a { background-color: rgb(171,254,86); }
div.DivClassName
{
background-color: #ABFE56;
}
.BgClassName
{
background-color: #ABFE56;
}
</style>
border-color css
<style>
span { border-color: #ABFE56; }
span { border-color: rgb(171,254,86); }
td.TdClassName
{
border-color: #ABFE56;
}
.TagClassName
{
border-color: #ABFE56;
}
</style>