Shades of Feijoa #ABFF7B
Tints of Feijoa #ABFF7B
RGB
CMYK
RGB Variations
Color information
#ABFF7B (or 0xABFF7B) is known color: Feijoa. HEX triplet: AB, FF and 7B. RGB value is (171,255,123). Sum of RGB (Red+Green+Blue) = 171+255+123=549 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.15% from 549); Green value is 255 (100% from 255 or 46.45% from 549); Blue value is 123 (48.44% from 255 or 22.40% from 549); Max value from RGB is 255 - color contains mainly: green. Hex color #ABFF7B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABFF7B is #540084. Grayscale: #D7D7D7. Windows color (decimal): -5505157 or 8126379. OLE color: 8126379.
HSL color Cylindrical-coordinate representation of color #ABFF7B: hue angle of 98.18º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ABFF7B is Cyan = 0.33, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 255 | 123 | - |
| CMYK | 0.33 | 0 | 0.52 | 0 |
| HSL | 98.18º | 1% | 0.74% | - |
| HSV(B) | 98.18º | 0.52% | 1% | - |
| XYZ | 56.13 | 81.61 | 31.53 | - |
| YUV | 214.84 | 76.17 | 96.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 255 | 123 | 0.33 | 0 | 0.52 | 0 | 98.18 | 1 | 0.74 |
| Hex | AB | FF | 7B | 21 | 0 | 34 | 0 | 62 | 64 | 4A |
| Octal | 253 | 377 | 173 | 41 | 0 | 64 | 0 | 142 | 144 | 112 |
| Binary | 10101011 | 11111111 | 1111011 | 100001 | 0 | 110100 | 0 | 1100010 | 1100100 | 1001010 |
Color Harmonies of #ABFF7B
Complementary color
Monochromatic Colors of #ABFF7B
Black with #ABFF7B
Text Example
Text Example
White with #ABFF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFF7B; }
p { color: rgb(171,255,123); }
H1.HeaderClassName
{
color: #ABFF7B;
}
.AnyTagClassName
{
color: #ABFF7B;
}
</style>
background-color css
<style>
a { background-color: #ABFF7B; }
a { background-color: rgb(171,255,123); }
div.DivClassName
{
background-color: #ABFF7B;
}
.BgClassName
{
background-color: #ABFF7B;
}
</style>
border-color css
<style>
span { border-color: #ABFF7B; }
span { border-color: rgb(171,255,123); }
td.TdClassName
{
border-color: #ABFF7B;
}
.TagClassName
{
border-color: #ABFF7B;
}
</style>