Shades of Feijoa #ABFB7B
Tints of Feijoa #ABFB7B
RGB
CMYK
RGB Variations
Color information
#ABFB7B (or 0xABFB7B) is known color: Feijoa. HEX triplet: AB, FB and 7B. RGB value is (171,251,123). Sum of RGB (Red+Green+Blue) = 171+251+123=545 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.38% from 545); Green value is 251 (98.44% from 255 or 46.06% from 545); Blue value is 123 (48.44% from 255 or 22.57% from 545); Max value from RGB is 251 - color contains mainly: green. Hex color #ABFB7B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABFB7B is #540484. Grayscale: #D4D4D4. Windows color (decimal): -5506181 or 8125355. OLE color: 8125355.
HSL color Cylindrical-coordinate representation of color #ABFB7B: hue angle of 97.5º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ABFB7B is Cyan = 0.32, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 251 | 123 | - |
| CMYK | 0.32 | 0 | 0.51 | 0.02 |
| HSL | 97.5º | 0.94% | 0.73% | - |
| HSV(B) | 97.5º | 0.51% | 0.98% | - |
| XYZ | 54.87 | 79.08 | 31.11 | - |
| YUV | 212.49 | 77.5 | 98.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 251 | 123 | 0.32 | 0 | 0.51 | 0.02 | 97.5 | 0.94 | 0.73 |
| Hex | AB | FB | 7B | 20 | 0 | 33 | 2 | 62 | 5E | 49 |
| Octal | 253 | 373 | 173 | 40 | 0 | 63 | 2 | 142 | 136 | 111 |
| Binary | 10101011 | 11111011 | 1111011 | 100000 | 0 | 110011 | 10 | 1100010 | 1011110 | 1001001 |
Color Harmonies of #ABFB7B
Complementary color
Monochromatic Colors of #ABFB7B
Black with #ABFB7B
Text Example
Text Example
White with #ABFB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFB7B; }
p { color: rgb(171,251,123); }
H1.HeaderClassName
{
color: #ABFB7B;
}
.AnyTagClassName
{
color: #ABFB7B;
}
</style>
background-color css
<style>
a { background-color: #ABFB7B; }
a { background-color: rgb(171,251,123); }
div.DivClassName
{
background-color: #ABFB7B;
}
.BgClassName
{
background-color: #ABFB7B;
}
</style>
border-color css
<style>
span { border-color: #ABFB7B; }
span { border-color: rgb(171,251,123); }
td.TdClassName
{
border-color: #ABFB7B;
}
.TagClassName
{
border-color: #ABFB7B;
}
</style>