Shades of Feijoa #ABFF81
Tints of Feijoa #ABFF81
RGB
CMYK
RGB Variations
Color information
#ABFF81 (or 0xABFF81) is known color: Feijoa. HEX triplet: AB, FF and 81. RGB value is (171,255,129). Sum of RGB (Red+Green+Blue) = 171+255+129=555 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.81% from 555); Green value is 255 (100% from 255 or 45.95% from 555); Blue value is 129 (50.78% from 255 or 23.24% from 555); Max value from RGB is 255 - color contains mainly: green. Hex color #ABFF81 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABFF81 is #54007E. Grayscale: #D7D7D7. Windows color (decimal): -5505151 or 8519595. OLE color: 8519595.
HSL color Cylindrical-coordinate representation of color #ABFF81: hue angle of 100º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ABFF81 is Cyan = 0.33, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 255 | 129 | - |
| CMYK | 0.33 | 0 | 0.49 | 0 |
| HSL | 100º | 1% | 0.75% | - |
| HSV(B) | 100º | 0.49% | 1% | - |
| XYZ | 56.52 | 81.76 | 33.57 | - |
| YUV | 215.52 | 79.17 | 96.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 255 | 129 | 0.33 | 0 | 0.49 | 0 | 100 | 1 | 0.75 |
| Hex | AB | FF | 81 | 21 | 0 | 31 | 0 | 64 | 64 | 4B |
| Octal | 253 | 377 | 201 | 41 | 0 | 61 | 0 | 144 | 144 | 113 |
| Binary | 10101011 | 11111111 | 10000001 | 100001 | 0 | 110001 | 0 | 1100100 | 1100100 | 1001011 |
Color Harmonies of #ABFF81
Complementary color
Monochromatic Colors of #ABFF81
Black with #ABFF81
Text Example
Text Example
White with #ABFF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFF81; }
p { color: rgb(171,255,129); }
H1.HeaderClassName
{
color: #ABFF81;
}
.AnyTagClassName
{
color: #ABFF81;
}
</style>
background-color css
<style>
a { background-color: #ABFF81; }
a { background-color: rgb(171,255,129); }
div.DivClassName
{
background-color: #ABFF81;
}
.BgClassName
{
background-color: #ABFF81;
}
</style>
border-color css
<style>
span { border-color: #ABFF81; }
span { border-color: rgb(171,255,129); }
td.TdClassName
{
border-color: #ABFF81;
}
.TagClassName
{
border-color: #ABFF81;
}
</style>