Shades of Conifer #ABFB56
Tints of Conifer #ABFB56
RGB
CMYK
RGB Variations
Color information
#ABFB56 (or 0xABFB56) is known color: Conifer. HEX triplet: AB, FB and 56. RGB value is (171,251,86). Sum of RGB (Red+Green+Blue) = 171+251+86=508 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.66% from 508); Green value is 251 (98.44% from 255 or 49.41% from 508); Blue value is 86 (33.98% from 255 or 16.93% from 508); Max value from RGB is 251 - color contains mainly: green. Hex color #ABFB56 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABFB56 is #5404A9. Grayscale: #D0D0D0. Windows color (decimal): -5506218 or 5700523. OLE color: 5700523.
HSL color Cylindrical-coordinate representation of color #ABFB56: hue angle of 89.09º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ABFB56 is Cyan = 0.32, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 251 | 86 | - |
| CMYK | 0.32 | 0 | 0.66 | 0.02 |
| HSL | 89.09º | 0.95% | 0.66% | - |
| HSV(B) | 89.09º | 0.66% | 0.98% | - |
| XYZ | 52.97 | 78.32 | 21.13 | - |
| YUV | 208.27 | 59 | 101.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 251 | 86 | 0.32 | 0 | 0.66 | 0.02 | 89.09 | 0.95 | 0.66 |
| Hex | AB | FB | 56 | 20 | 0 | 42 | 2 | 59 | 5F | 42 |
| Octal | 253 | 373 | 126 | 40 | 0 | 102 | 2 | 131 | 137 | 102 |
| Binary | 10101011 | 11111011 | 1010110 | 100000 | 0 | 1000010 | 10 | 1011001 | 1011111 | 1000010 |
Color Harmonies of #ABFB56
Complementary color
Monochromatic Colors of #ABFB56
Black with #ABFB56
Text Example
Text Example
White with #ABFB56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFB56; }
p { color: rgb(171,251,86); }
H1.HeaderClassName
{
color: #ABFB56;
}
.AnyTagClassName
{
color: #ABFB56;
}
</style>
background-color css
<style>
a { background-color: #ABFB56; }
a { background-color: rgb(171,251,86); }
div.DivClassName
{
background-color: #ABFB56;
}
.BgClassName
{
background-color: #ABFB56;
}
</style>
border-color css
<style>
span { border-color: #ABFB56; }
span { border-color: rgb(171,251,86); }
td.TdClassName
{
border-color: #ABFB56;
}
.TagClassName
{
border-color: #ABFB56;
}
</style>