Shades of Feijoa #ABEF77
Tints of Feijoa #ABEF77
RGB
CMYK
RGB Variations
Color information
#ABEF77 (or 0xABEF77) is known color: Feijoa. HEX triplet: AB, EF and 77. RGB value is (171,239,119). Sum of RGB (Red+Green+Blue) = 171+239+119=529 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.33% from 529); Green value is 239 (93.75% from 255 or 45.18% from 529); Blue value is 119 (46.88% from 255 or 22.50% from 529); Max value from RGB is 239 - color contains mainly: green. Hex color #ABEF77 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABEF77 is #541088. Grayscale: #CDCDCD. Windows color (decimal): -5509257 or 7860139. OLE color: 7860139.
HSL color Cylindrical-coordinate representation of color #ABEF77: hue angle of 94º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ABEF77 is Cyan = 0.28, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 171 | 239 | 119 | - |
| CMYK | 0.28 | 0 | 0.50 | 0.06 |
| HSL | 94º | 0.79% | 0.7% | - |
| HSV(B) | 94º | 0.5% | 0.94% | - |
| XYZ | 50.99 | 71.72 | 28.61 | - |
| YUV | 204.99 | 79.47 | 103.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 239 | 119 | 0.28 | 0 | 0.50 | 0.06 | 94 | 0.79 | 0.7 |
| Hex | AB | EF | 77 | 1C | 0 | 32 | 6 | 5E | 4F | 46 |
| Octal | 253 | 357 | 167 | 34 | 0 | 62 | 6 | 136 | 117 | 106 |
| Binary | 10101011 | 11101111 | 1110111 | 11100 | 0 | 110010 | 110 | 1011110 | 1001111 | 1000110 |
Color Harmonies of #ABEF77
Complementary color
Monochromatic Colors of #ABEF77
Black with #ABEF77
Text Example
Text Example
White with #ABEF77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEF77; }
p { color: rgb(171,239,119); }
H1.HeaderClassName
{
color: #ABEF77;
}
.AnyTagClassName
{
color: #ABEF77;
}
</style>
background-color css
<style>
a { background-color: #ABEF77; }
a { background-color: rgb(171,239,119); }
div.DivClassName
{
background-color: #ABEF77;
}
.BgClassName
{
background-color: #ABEF77;
}
</style>
border-color css
<style>
span { border-color: #ABEF77; }
span { border-color: rgb(171,239,119); }
td.TdClassName
{
border-color: #ABEF77;
}
.TagClassName
{
border-color: #ABEF77;
}
</style>