Shades of Conifer #ABFC5B
Tints of Conifer #ABFC5B
RGB
CMYK
RGB Variations
Color information
#ABFC5B (or 0xABFC5B) is known color: Conifer. HEX triplet: AB, FC and 5B. RGB value is (171,252,91). Sum of RGB (Red+Green+Blue) = 171+252+91=514 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.27% from 514); Green value is 252 (98.83% from 255 or 49.03% from 514); Blue value is 91 (35.94% from 255 or 17.70% from 514); Max value from RGB is 252 - color contains mainly: green. Hex color #ABFC5B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABFC5B is #5403A4. Grayscale: #D1D1D1. Windows color (decimal): -5505957 or 6028459. OLE color: 6028459.
HSL color Cylindrical-coordinate representation of color #ABFC5B: hue angle of 90.19º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ABFC5B is Cyan = 0.32, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 252 | 91 | - |
| CMYK | 0.32 | 0 | 0.64 | 0.01 |
| HSL | 90.19º | 0.96% | 0.67% | - |
| HSV(B) | 90.19º | 0.64% | 0.99% | - |
| XYZ | 53.49 | 79.03 | 22.33 | - |
| YUV | 209.43 | 61.16 | 100.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 252 | 91 | 0.32 | 0 | 0.64 | 0.01 | 90.19 | 0.96 | 0.67 |
| Hex | AB | FC | 5B | 20 | 0 | 40 | 1 | 5A | 60 | 43 |
| Octal | 253 | 374 | 133 | 40 | 0 | 100 | 1 | 132 | 140 | 103 |
| Binary | 10101011 | 11111100 | 1011011 | 100000 | 0 | 1000000 | 1 | 1011010 | 1100000 | 1000011 |
Color Harmonies of #ABFC5B
Complementary color
Monochromatic Colors of #ABFC5B
Black with #ABFC5B
Text Example
Text Example
White with #ABFC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFC5B; }
p { color: rgb(171,252,91); }
H1.HeaderClassName
{
color: #ABFC5B;
}
.AnyTagClassName
{
color: #ABFC5B;
}
</style>
background-color css
<style>
a { background-color: #ABFC5B; }
a { background-color: rgb(171,252,91); }
div.DivClassName
{
background-color: #ABFC5B;
}
.BgClassName
{
background-color: #ABFC5B;
}
</style>
border-color css
<style>
span { border-color: #ABFC5B; }
span { border-color: rgb(171,252,91); }
td.TdClassName
{
border-color: #ABFC5B;
}
.TagClassName
{
border-color: #ABFC5B;
}
</style>