Shades of Conifer #ABFC57
Tints of Conifer #ABFC57
RGB
CMYK
RGB Variations
Color information
#ABFC57 (or 0xABFC57) is known color: Conifer. HEX triplet: AB, FC and 57. RGB value is (171,252,87). Sum of RGB (Red+Green+Blue) = 171+252+87=510 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.53% from 510); Green value is 252 (98.83% from 255 or 49.41% from 510); Blue value is 87 (34.38% from 255 or 17.06% from 510); Max value from RGB is 252 - color contains mainly: green. Hex color #ABFC57 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABFC57 is #5403A8. Grayscale: #D1D1D1. Windows color (decimal): -5505961 or 5766315. OLE color: 5766315.
HSL color Cylindrical-coordinate representation of color #ABFC57: hue angle of 89.45º degrees, saturation: 0.96, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ABFC57 is Cyan = 0.32, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 252 | 87 | - |
| CMYK | 0.32 | 0 | 0.65 | 0.01 |
| HSL | 89.45º | 0.96% | 0.66% | - |
| HSV(B) | 89.45º | 0.65% | 0.99% | - |
| XYZ | 53.33 | 78.97 | 21.45 | - |
| YUV | 208.97 | 59.16 | 100.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 252 | 87 | 0.32 | 0 | 0.65 | 0.01 | 89.45 | 0.96 | 0.66 |
| Hex | AB | FC | 57 | 20 | 0 | 41 | 1 | 59 | 60 | 42 |
| Octal | 253 | 374 | 127 | 40 | 0 | 101 | 1 | 131 | 140 | 102 |
| Binary | 10101011 | 11111100 | 1010111 | 100000 | 0 | 1000001 | 1 | 1011001 | 1100000 | 1000010 |
Color Harmonies of #ABFC57
Complementary color
Monochromatic Colors of #ABFC57
Black with #ABFC57
Text Example
Text Example
White with #ABFC57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFC57; }
p { color: rgb(171,252,87); }
H1.HeaderClassName
{
color: #ABFC57;
}
.AnyTagClassName
{
color: #ABFC57;
}
</style>
background-color css
<style>
a { background-color: #ABFC57; }
a { background-color: rgb(171,252,87); }
div.DivClassName
{
background-color: #ABFC57;
}
.BgClassName
{
background-color: #ABFC57;
}
</style>
border-color css
<style>
span { border-color: #ABFC57; }
span { border-color: rgb(171,252,87); }
td.TdClassName
{
border-color: #ABFC57;
}
.TagClassName
{
border-color: #ABFC57;
}
</style>