Shades of Conifer #ABF557
Tints of Conifer #ABF557
RGB
CMYK
RGB Variations
Color information
#ABF557 (or 0xABF557) is known color: Conifer. HEX triplet: AB, F5 and 57. RGB value is (171,245,87). Sum of RGB (Red+Green+Blue) = 171+245+87=503 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.00% from 503); Green value is 245 (96.09% from 255 or 48.71% from 503); Blue value is 87 (34.38% from 255 or 17.30% from 503); Max value from RGB is 245 - color contains mainly: green. Hex color #ABF557 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABF557 is #540AA8. Grayscale: #CDCDCD. Windows color (decimal): -5507753 or 5764523. OLE color: 5764523.
HSL color Cylindrical-coordinate representation of color #ABF557: hue angle of 88.1º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ABF557 is Cyan = 0.30, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 171 | 245 | 87 | - |
| CMYK | 0.30 | 0 | 0.64 | 0.04 |
| HSL | 88.1º | 0.89% | 0.65% | - |
| HSV(B) | 88.1º | 0.64% | 0.96% | - |
| XYZ | 51.17 | 74.65 | 20.73 | - |
| YUV | 204.86 | 61.48 | 103.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 245 | 87 | 0.30 | 0 | 0.64 | 0.04 | 88.1 | 0.89 | 0.65 |
| Hex | AB | F5 | 57 | 1E | 0 | 40 | 4 | 58 | 59 | 41 |
| Octal | 253 | 365 | 127 | 36 | 0 | 100 | 4 | 130 | 131 | 101 |
| Binary | 10101011 | 11110101 | 1010111 | 11110 | 0 | 1000000 | 100 | 1011000 | 1011001 | 1000001 |
Color Harmonies of #ABF557
Complementary color
Monochromatic Colors of #ABF557
Black with #ABF557
Text Example
Text Example
White with #ABF557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF557; }
p { color: rgb(171,245,87); }
H1.HeaderClassName
{
color: #ABF557;
}
.AnyTagClassName
{
color: #ABF557;
}
</style>
background-color css
<style>
a { background-color: #ABF557; }
a { background-color: rgb(171,245,87); }
div.DivClassName
{
background-color: #ABF557;
}
.BgClassName
{
background-color: #ABF557;
}
</style>
border-color css
<style>
span { border-color: #ABF557; }
span { border-color: rgb(171,245,87); }
td.TdClassName
{
border-color: #ABF557;
}
.TagClassName
{
border-color: #ABF557;
}
</style>