Shades of Feijoa #ABF587
Tints of Feijoa #ABF587
RGB
CMYK
RGB Variations
Color information
#ABF587 (or 0xABF587) is known color: Feijoa. HEX triplet: AB, F5 and 87. RGB value is (171,245,135). Sum of RGB (Red+Green+Blue) = 171+245+135=551 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.03% from 551); Green value is 245 (96.09% from 255 or 44.46% from 551); Blue value is 135 (53.12% from 255 or 24.50% from 551); Max value from RGB is 245 - color contains mainly: green. Hex color #ABF587 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABF587 is #540A78. Grayscale: #D2D2D2. Windows color (decimal): -5507705 or 8910251. OLE color: 8910251.
HSL color Cylindrical-coordinate representation of color #ABF587: hue angle of 100.36º degrees, saturation: 0.85, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ABF587 is Cyan = 0.30, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 171 | 245 | 135 | - |
| CMYK | 0.30 | 0 | 0.45 | 0.04 |
| HSL | 100.36º | 0.85% | 0.75% | - |
| HSV(B) | 100.36º | 0.45% | 0.96% | - |
| XYZ | 53.82 | 75.71 | 34.7 | - |
| YUV | 210.33 | 85.48 | 99.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 245 | 135 | 0.30 | 0 | 0.45 | 0.04 | 100.36 | 0.85 | 0.75 |
| Hex | AB | F5 | 87 | 1E | 0 | 2D | 4 | 64 | 55 | 4B |
| Octal | 253 | 365 | 207 | 36 | 0 | 55 | 4 | 144 | 125 | 113 |
| Binary | 10101011 | 11110101 | 10000111 | 11110 | 0 | 101101 | 100 | 1100100 | 1010101 | 1001011 |
Color Harmonies of #ABF587
Complementary color
Monochromatic Colors of #ABF587
Black with #ABF587
Text Example
Text Example
White with #ABF587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF587; }
p { color: rgb(171,245,135); }
H1.HeaderClassName
{
color: #ABF587;
}
.AnyTagClassName
{
color: #ABF587;
}
</style>
background-color css
<style>
a { background-color: #ABF587; }
a { background-color: rgb(171,245,135); }
div.DivClassName
{
background-color: #ABF587;
}
.BgClassName
{
background-color: #ABF587;
}
</style>
border-color css
<style>
span { border-color: #ABF587; }
span { border-color: rgb(171,245,135); }
td.TdClassName
{
border-color: #ABF587;
}
.TagClassName
{
border-color: #ABF587;
}
</style>