Shades of Conifer #ABF554
Tints of Conifer #ABF554
RGB
CMYK
RGB Variations
Color information
#ABF554 (or 0xABF554) is known color: Conifer. HEX triplet: AB, F5 and 54. RGB value is (171,245,84). Sum of RGB (Red+Green+Blue) = 171+245+84=500 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.2% from 500); Green value is 245 (96.09% from 255 or 49% from 500); Blue value is 84 (33.20% from 255 or 16.8% from 500); Max value from RGB is 245 - color contains mainly: green. Hex color #ABF554 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABF554 is #540AAB. Grayscale: #CDCDCD. Windows color (decimal): -5507756 or 5567915. OLE color: 5567915.
HSL color Cylindrical-coordinate representation of color #ABF554: hue angle of 87.58º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ABF554 is Cyan = 0.30, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 171 | 245 | 84 | - |
| CMYK | 0.30 | 0 | 0.66 | 0.04 |
| HSL | 87.58º | 0.89% | 0.65% | - |
| HSV(B) | 87.58º | 0.66% | 0.96% | - |
| XYZ | 51.05 | 74.6 | 20.1 | - |
| YUV | 204.52 | 59.98 | 104.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 245 | 84 | 0.30 | 0 | 0.66 | 0.04 | 87.58 | 0.89 | 0.65 |
| Hex | AB | F5 | 54 | 1E | 0 | 42 | 4 | 58 | 59 | 41 |
| Octal | 253 | 365 | 124 | 36 | 0 | 102 | 4 | 130 | 131 | 101 |
| Binary | 10101011 | 11110101 | 1010100 | 11110 | 0 | 1000010 | 100 | 1011000 | 1011001 | 1000001 |
Color Harmonies of #ABF554
Complementary color
Monochromatic Colors of #ABF554
Black with #ABF554
Text Example
Text Example
White with #ABF554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF554; }
p { color: rgb(171,245,84); }
H1.HeaderClassName
{
color: #ABF554;
}
.AnyTagClassName
{
color: #ABF554;
}
</style>
background-color css
<style>
a { background-color: #ABF554; }
a { background-color: rgb(171,245,84); }
div.DivClassName
{
background-color: #ABF554;
}
.BgClassName
{
background-color: #ABF554;
}
</style>
border-color css
<style>
span { border-color: #ABF554; }
span { border-color: rgb(171,245,84); }
td.TdClassName
{
border-color: #ABF554;
}
.TagClassName
{
border-color: #ABF554;
}
</style>