Shades of Conifer #ABFC54
Tints of Conifer #ABFC54
RGB
CMYK
RGB Variations
Color information
#ABFC54 (or 0xABFC54) is known color: Conifer. HEX triplet: AB, FC and 54. RGB value is (171,252,84). Sum of RGB (Red+Green+Blue) = 171+252+84=507 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.73% from 507); Green value is 252 (98.83% from 255 or 49.70% from 507); Blue value is 84 (33.20% from 255 or 16.57% from 507); Max value from RGB is 252 - color contains mainly: green. Hex color #ABFC54 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABFC54 is #5403AB. Grayscale: #D1D1D1. Windows color (decimal): -5505964 or 5569707. OLE color: 5569707.
HSL color Cylindrical-coordinate representation of color #ABFC54: hue angle of 88.93º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ABFC54 is Cyan = 0.32, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 252 | 84 | - |
| CMYK | 0.32 | 0 | 0.67 | 0.01 |
| HSL | 88.93º | 0.97% | 0.66% | - |
| HSV(B) | 88.93º | 0.67% | 0.99% | - |
| XYZ | 53.21 | 78.92 | 20.82 | - |
| YUV | 208.63 | 57.66 | 101.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 252 | 84 | 0.32 | 0 | 0.67 | 0.01 | 88.93 | 0.97 | 0.66 |
| Hex | AB | FC | 54 | 20 | 0 | 43 | 1 | 59 | 61 | 42 |
| Octal | 253 | 374 | 124 | 40 | 0 | 103 | 1 | 131 | 141 | 102 |
| Binary | 10101011 | 11111100 | 1010100 | 100000 | 0 | 1000011 | 1 | 1011001 | 1100001 | 1000010 |
Color Harmonies of #ABFC54
Complementary color
Monochromatic Colors of #ABFC54
Black with #ABFC54
Text Example
Text Example
White with #ABFC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFC54; }
p { color: rgb(171,252,84); }
H1.HeaderClassName
{
color: #ABFC54;
}
.AnyTagClassName
{
color: #ABFC54;
}
</style>
background-color css
<style>
a { background-color: #ABFC54; }
a { background-color: rgb(171,252,84); }
div.DivClassName
{
background-color: #ABFC54;
}
.BgClassName
{
background-color: #ABFC54;
}
</style>
border-color css
<style>
span { border-color: #ABFC54; }
span { border-color: rgb(171,252,84); }
td.TdClassName
{
border-color: #ABFC54;
}
.TagClassName
{
border-color: #ABFC54;
}
</style>