Shades of Conifer #ABFF56
Tints of Conifer #ABFF56
RGB
CMYK
RGB Variations
Color information
#ABFF56 (or 0xABFF56) is known color: Conifer. HEX triplet: AB, FF and 56. RGB value is (171,255,86). Sum of RGB (Red+Green+Blue) = 171+255+86=512 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.40% from 512); Green value is 255 (100% from 255 or 49.80% from 512); Blue value is 86 (33.98% from 255 or 16.80% from 512); Max value from RGB is 255 - color contains mainly: green. Hex color #ABFF56 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABFF56 is #5400A9. Grayscale: #D3D3D3. Windows color (decimal): -5505194 or 5701547. OLE color: 5701547.
HSL color Cylindrical-coordinate representation of color #ABFF56: hue angle of 89.82º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ABFF56 is Cyan = 0.33, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 255 | 86 | - |
| CMYK | 0.33 | 0 | 0.66 | 0 |
| HSL | 89.82º | 1% | 0.67% | - |
| HSV(B) | 89.82º | 0.66% | 1% | - |
| XYZ | 54.23 | 80.85 | 21.55 | - |
| YUV | 210.62 | 57.67 | 99.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 255 | 86 | 0.33 | 0 | 0.66 | 0 | 89.82 | 1 | 0.67 |
| Hex | AB | FF | 56 | 21 | 0 | 42 | 0 | 5A | 64 | 43 |
| Octal | 253 | 377 | 126 | 41 | 0 | 102 | 0 | 132 | 144 | 103 |
| Binary | 10101011 | 11111111 | 1010110 | 100001 | 0 | 1000010 | 0 | 1011010 | 1100100 | 1000011 |
Color Harmonies of #ABFF56
Complementary color
Monochromatic Colors of #ABFF56
Black with #ABFF56
Text Example
Text Example
White with #ABFF56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFF56; }
p { color: rgb(171,255,86); }
H1.HeaderClassName
{
color: #ABFF56;
}
.AnyTagClassName
{
color: #ABFF56;
}
</style>
background-color css
<style>
a { background-color: #ABFF56; }
a { background-color: rgb(171,255,86); }
div.DivClassName
{
background-color: #ABFF56;
}
.BgClassName
{
background-color: #ABFF56;
}
</style>
border-color css
<style>
span { border-color: #ABFF56; }
span { border-color: rgb(171,255,86); }
td.TdClassName
{
border-color: #ABFF56;
}
.TagClassName
{
border-color: #ABFF56;
}
</style>