Shades of Feijoa #ABFC83
Tints of Feijoa #ABFC83
RGB
CMYK
RGB Variations
Color information
#ABFC83 (or 0xABFC83) is known color: Feijoa. HEX triplet: AB, FC and 83. RGB value is (171,252,131). Sum of RGB (Red+Green+Blue) = 171+252+131=554 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.87% from 554); Green value is 252 (98.83% from 255 or 45.49% from 554); Blue value is 131 (51.56% from 255 or 23.65% from 554); Max value from RGB is 252 - color contains mainly: green. Hex color #ABFC83 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABFC83 is #54037C. Grayscale: #D6D6D6. Windows color (decimal): -5505917 or 8649899. OLE color: 8649899.
HSL color Cylindrical-coordinate representation of color #ABFC83: hue angle of 100.17º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ABFC83 is Cyan = 0.32, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 252 | 131 | - |
| CMYK | 0.32 | 0 | 0.48 | 0.01 |
| HSL | 100.17º | 0.95% | 0.75% | - |
| HSV(B) | 100.17º | 0.48% | 0.99% | - |
| XYZ | 55.7 | 79.92 | 33.96 | - |
| YUV | 213.99 | 81.16 | 97.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 252 | 131 | 0.32 | 0 | 0.48 | 0.01 | 100.17 | 0.95 | 0.75 |
| Hex | AB | FC | 83 | 20 | 0 | 30 | 1 | 64 | 5F | 4B |
| Octal | 253 | 374 | 203 | 40 | 0 | 60 | 1 | 144 | 137 | 113 |
| Binary | 10101011 | 11111100 | 10000011 | 100000 | 0 | 110000 | 1 | 1100100 | 1011111 | 1001011 |
Color Harmonies of #ABFC83
Complementary color
Monochromatic Colors of #ABFC83
Black with #ABFC83
Text Example
Text Example
White with #ABFC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFC83; }
p { color: rgb(171,252,131); }
H1.HeaderClassName
{
color: #ABFC83;
}
.AnyTagClassName
{
color: #ABFC83;
}
</style>
background-color css
<style>
a { background-color: #ABFC83; }
a { background-color: rgb(171,252,131); }
div.DivClassName
{
background-color: #ABFC83;
}
.BgClassName
{
background-color: #ABFC83;
}
</style>
border-color css
<style>
span { border-color: #ABFC83; }
span { border-color: rgb(171,252,131); }
td.TdClassName
{
border-color: #ABFC83;
}
.TagClassName
{
border-color: #ABFC83;
}
</style>