Shades of Conifer #ABFC55
Tints of Conifer #ABFC55
RGB
CMYK
RGB Variations
Color information
#ABFC55 (or 0xABFC55) is known color: Conifer. HEX triplet: AB, FC and 55. RGB value is (171,252,85). Sum of RGB (Red+Green+Blue) = 171+252+85=508 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.66% from 508); Green value is 252 (98.83% from 255 or 49.61% from 508); Blue value is 85 (33.59% from 255 or 16.73% from 508); Max value from RGB is 252 - color contains mainly: green. Hex color #ABFC55 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABFC55 is #5403AA. Grayscale: #D1D1D1. Windows color (decimal): -5505963 or 5635243. OLE color: 5635243.
HSL color Cylindrical-coordinate representation of color #ABFC55: hue angle of 89.1º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ABFC55 is Cyan = 0.32, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 252 | 85 | - |
| CMYK | 0.32 | 0 | 0.66 | 0.01 |
| HSL | 89.1º | 0.97% | 0.66% | - |
| HSV(B) | 89.1º | 0.66% | 0.99% | - |
| XYZ | 53.24 | 78.93 | 21.02 | - |
| YUV | 208.74 | 58.16 | 101.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 252 | 85 | 0.32 | 0 | 0.66 | 0.01 | 89.1 | 0.97 | 0.66 |
| Hex | AB | FC | 55 | 20 | 0 | 42 | 1 | 59 | 61 | 42 |
| Octal | 253 | 374 | 125 | 40 | 0 | 102 | 1 | 131 | 141 | 102 |
| Binary | 10101011 | 11111100 | 1010101 | 100000 | 0 | 1000010 | 1 | 1011001 | 1100001 | 1000010 |
Color Harmonies of #ABFC55
Complementary color
Monochromatic Colors of #ABFC55
Black with #ABFC55
Text Example
Text Example
White with #ABFC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFC55; }
p { color: rgb(171,252,85); }
H1.HeaderClassName
{
color: #ABFC55;
}
.AnyTagClassName
{
color: #ABFC55;
}
</style>
background-color css
<style>
a { background-color: #ABFC55; }
a { background-color: rgb(171,252,85); }
div.DivClassName
{
background-color: #ABFC55;
}
.BgClassName
{
background-color: #ABFC55;
}
</style>
border-color css
<style>
span { border-color: #ABFC55; }
span { border-color: rgb(171,252,85); }
td.TdClassName
{
border-color: #ABFC55;
}
.TagClassName
{
border-color: #ABFC55;
}
</style>