Shades of Conifer #ABF550
Tints of Conifer #ABF550
RGB
CMYK
RGB Variations
Color information
#ABF550 (or 0xABF550) is known color: Conifer. HEX triplet: AB, F5 and 50. RGB value is (171,245,80). Sum of RGB (Red+Green+Blue) = 171+245+80=496 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.48% from 496); Green value is 245 (96.09% from 255 or 49.40% from 496); Blue value is 80 (31.64% from 255 or 16.13% from 496); Max value from RGB is 245 - color contains mainly: green. Hex color #ABF550 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABF550 is #540AAF. Grayscale: #CCCCCC. Windows color (decimal): -5507760 or 5305771. OLE color: 5305771.
HSL color Cylindrical-coordinate representation of color #ABF550: hue angle of 86.91º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ABF550 is Cyan = 0.30, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 171 | 245 | 80 | - |
| CMYK | 0.30 | 0 | 0.67 | 0.04 |
| HSL | 86.91º | 0.89% | 0.64% | - |
| HSV(B) | 86.91º | 0.67% | 0.96% | - |
| XYZ | 50.89 | 74.54 | 19.3 | - |
| YUV | 204.06 | 57.98 | 104.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 245 | 80 | 0.30 | 0 | 0.67 | 0.04 | 86.91 | 0.89 | 0.64 |
| Hex | AB | F5 | 50 | 1E | 0 | 43 | 4 | 57 | 59 | 40 |
| Octal | 253 | 365 | 120 | 36 | 0 | 103 | 4 | 127 | 131 | 100 |
| Binary | 10101011 | 11110101 | 1010000 | 11110 | 0 | 1000011 | 100 | 1010111 | 1011001 | 1000000 |
Color Harmonies of #ABF550
Complementary color
Monochromatic Colors of #ABF550
Black with #ABF550
Text Example
Text Example
White with #ABF550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF550; }
p { color: rgb(171,245,80); }
H1.HeaderClassName
{
color: #ABF550;
}
.AnyTagClassName
{
color: #ABF550;
}
</style>
background-color css
<style>
a { background-color: #ABF550; }
a { background-color: rgb(171,245,80); }
div.DivClassName
{
background-color: #ABF550;
}
.BgClassName
{
background-color: #ABF550;
}
</style>
border-color css
<style>
span { border-color: #ABF550; }
span { border-color: rgb(171,245,80); }
td.TdClassName
{
border-color: #ABF550;
}
.TagClassName
{
border-color: #ABF550;
}
</style>