Shades of Feijoa #ABDB79
Tints of Feijoa #ABDB79
RGB
CMYK
RGB Variations
Color information
#ABDB79 (or 0xABDB79) is known color: Feijoa. HEX triplet: AB, DB and 79. RGB value is (171,219,121). Sum of RGB (Red+Green+Blue) = 171+219+121=511 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.46% from 511); Green value is 219 (85.94% from 255 or 42.86% from 511); Blue value is 121 (47.66% from 255 or 23.68% from 511); Max value from RGB is 219 - color contains mainly: green. Hex color #ABDB79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDB79 is #542486. Grayscale: #C1C1C1. Windows color (decimal): -5514375 or 7986091. OLE color: 7986091.
HSL color Cylindrical-coordinate representation of color #ABDB79: hue angle of 89.39º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ABDB79 is Cyan = 0.22, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 219 | 121 | - |
| CMYK | 0.22 | 0 | 0.45 | 0.14 |
| HSL | 89.39º | 0.58% | 0.67% | - |
| HSV(B) | 89.39º | 0.45% | 0.86% | - |
| XYZ | 45.58 | 60.7 | 27.4 | - |
| YUV | 193.48 | 87.1 | 111.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 219 | 121 | 0.22 | 0 | 0.45 | 0.14 | 89.39 | 0.58 | 0.67 |
| Hex | AB | DB | 79 | 16 | 0 | 2D | E | 59 | 3A | 43 |
| Octal | 253 | 333 | 171 | 26 | 0 | 55 | 16 | 131 | 72 | 103 |
| Binary | 10101011 | 11011011 | 1111001 | 10110 | 0 | 101101 | 1110 | 1011001 | 111010 | 1000011 |
Color Harmonies of #ABDB79
Complementary color
Monochromatic Colors of #ABDB79
Black with #ABDB79
Text Example
Text Example
White with #ABDB79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDB79; }
p { color: rgb(171,219,121); }
H1.HeaderClassName
{
color: #ABDB79;
}
.AnyTagClassName
{
color: #ABDB79;
}
</style>
background-color css
<style>
a { background-color: #ABDB79; }
a { background-color: rgb(171,219,121); }
div.DivClassName
{
background-color: #ABDB79;
}
.BgClassName
{
background-color: #ABDB79;
}
</style>
border-color css
<style>
span { border-color: #ABDB79; }
span { border-color: rgb(171,219,121); }
td.TdClassName
{
border-color: #ABDB79;
}
.TagClassName
{
border-color: #ABDB79;
}
</style>