Shades of Feijoa #ABF471
Tints of Feijoa #ABF471
RGB
CMYK
RGB Variations
Color information
#ABF471 (or 0xABF471) is known color: Feijoa. HEX triplet: AB, F4 and 71. RGB value is (171,244,113). Sum of RGB (Red+Green+Blue) = 171+244+113=528 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.39% from 528); Green value is 244 (95.70% from 255 or 46.21% from 528); Blue value is 113 (44.53% from 255 or 21.40% from 528); Max value from RGB is 244 - color contains mainly: green. Hex color #ABF471 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABF471 is #540B8E. Grayscale: #CFCFCF. Windows color (decimal): -5507983 or 7468203. OLE color: 7468203.
HSL color Cylindrical-coordinate representation of color #ABF471: hue angle of 93.44º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ABF471 is Cyan = 0.30, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 171 | 244 | 113 | - |
| CMYK | 0.30 | 0 | 0.54 | 0.04 |
| HSL | 93.44º | 0.86% | 0.7% | - |
| HSV(B) | 93.44º | 0.54% | 0.96% | - |
| XYZ | 52.13 | 74.55 | 27.27 | - |
| YUV | 207.24 | 74.82 | 102.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 244 | 113 | 0.30 | 0 | 0.54 | 0.04 | 93.44 | 0.86 | 0.7 |
| Hex | AB | F4 | 71 | 1E | 0 | 36 | 4 | 5D | 56 | 46 |
| Octal | 253 | 364 | 161 | 36 | 0 | 66 | 4 | 135 | 126 | 106 |
| Binary | 10101011 | 11110100 | 1110001 | 11110 | 0 | 110110 | 100 | 1011101 | 1010110 | 1000110 |
Color Harmonies of #ABF471
Complementary color
Monochromatic Colors of #ABF471
Black with #ABF471
Text Example
Text Example
White with #ABF471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF471; }
p { color: rgb(171,244,113); }
H1.HeaderClassName
{
color: #ABF471;
}
.AnyTagClassName
{
color: #ABF471;
}
</style>
background-color css
<style>
a { background-color: #ABF471; }
a { background-color: rgb(171,244,113); }
div.DivClassName
{
background-color: #ABF471;
}
.BgClassName
{
background-color: #ABF471;
}
</style>
border-color css
<style>
span { border-color: #ABF471; }
span { border-color: rgb(171,244,113); }
td.TdClassName
{
border-color: #ABF471;
}
.TagClassName
{
border-color: #ABF471;
}
</style>