Shades of Feijoa #ABF577
Tints of Feijoa #ABF577
RGB
CMYK
RGB Variations
Color information
#ABF577 (or 0xABF577) is known color: Feijoa. HEX triplet: AB, F5 and 77. RGB value is (171,245,119). Sum of RGB (Red+Green+Blue) = 171+245+119=535 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.96% from 535); Green value is 245 (96.09% from 255 or 45.79% from 535); Blue value is 119 (46.88% from 255 or 22.24% from 535); Max value from RGB is 245 - color contains mainly: green. Hex color #ABF577 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABF577 is #540A88. Grayscale: #D0D0D0. Windows color (decimal): -5507721 or 7861675. OLE color: 7861675.
HSL color Cylindrical-coordinate representation of color #ABF577: hue angle of 95.24º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ABF577 is Cyan = 0.30, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 171 | 245 | 119 | - |
| CMYK | 0.30 | 0 | 0.51 | 0.04 |
| HSL | 95.24º | 0.86% | 0.71% | - |
| HSV(B) | 95.24º | 0.51% | 0.96% | - |
| XYZ | 52.78 | 75.29 | 29.2 | - |
| YUV | 208.51 | 77.48 | 101.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 245 | 119 | 0.30 | 0 | 0.51 | 0.04 | 95.24 | 0.86 | 0.71 |
| Hex | AB | F5 | 77 | 1E | 0 | 33 | 4 | 5F | 56 | 47 |
| Octal | 253 | 365 | 167 | 36 | 0 | 63 | 4 | 137 | 126 | 107 |
| Binary | 10101011 | 11110101 | 1110111 | 11110 | 0 | 110011 | 100 | 1011111 | 1010110 | 1000111 |
Color Harmonies of #ABF577
Complementary color
Monochromatic Colors of #ABF577
Black with #ABF577
Text Example
Text Example
White with #ABF577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF577; }
p { color: rgb(171,245,119); }
H1.HeaderClassName
{
color: #ABF577;
}
.AnyTagClassName
{
color: #ABF577;
}
</style>
background-color css
<style>
a { background-color: #ABF577; }
a { background-color: rgb(171,245,119); }
div.DivClassName
{
background-color: #ABF577;
}
.BgClassName
{
background-color: #ABF577;
}
</style>
border-color css
<style>
span { border-color: #ABF577; }
span { border-color: rgb(171,245,119); }
td.TdClassName
{
border-color: #ABF577;
}
.TagClassName
{
border-color: #ABF577;
}
</style>