Shades of Feijoa #ABDB81
Tints of Feijoa #ABDB81
RGB
CMYK
RGB Variations
Color information
#ABDB81 (or 0xABDB81) is known color: Feijoa. HEX triplet: AB, DB and 81. RGB value is (171,219,129). Sum of RGB (Red+Green+Blue) = 171+219+129=519 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.95% from 519); Green value is 219 (85.94% from 255 or 42.20% from 519); Blue value is 129 (50.78% from 255 or 24.86% from 519); Max value from RGB is 219 - color contains mainly: green. Hex color #ABDB81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDB81 is #54247E. Grayscale: #C2C2C2. Windows color (decimal): -5514367 or 8510379. OLE color: 8510379.
HSL color Cylindrical-coordinate representation of color #ABDB81: hue angle of 92º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ABDB81 is Cyan = 0.22, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 219 | 129 | - |
| CMYK | 0.22 | 0 | 0.41 | 0.14 |
| HSL | 92º | 0.56% | 0.68% | - |
| HSV(B) | 92º | 0.41% | 0.86% | - |
| XYZ | 46.09 | 60.91 | 30.1 | - |
| YUV | 194.39 | 91.1 | 111.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 219 | 129 | 0.22 | 0 | 0.41 | 0.14 | 92 | 0.56 | 0.68 |
| Hex | AB | DB | 81 | 16 | 0 | 29 | E | 5C | 38 | 44 |
| Octal | 253 | 333 | 201 | 26 | 0 | 51 | 16 | 134 | 70 | 104 |
| Binary | 10101011 | 11011011 | 10000001 | 10110 | 0 | 101001 | 1110 | 1011100 | 111000 | 1000100 |
Color Harmonies of #ABDB81
Complementary color
Monochromatic Colors of #ABDB81
Black with #ABDB81
Text Example
Text Example
White with #ABDB81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDB81; }
p { color: rgb(171,219,129); }
H1.HeaderClassName
{
color: #ABDB81;
}
.AnyTagClassName
{
color: #ABDB81;
}
</style>
background-color css
<style>
a { background-color: #ABDB81; }
a { background-color: rgb(171,219,129); }
div.DivClassName
{
background-color: #ABDB81;
}
.BgClassName
{
background-color: #ABDB81;
}
</style>
border-color css
<style>
span { border-color: #ABDB81; }
span { border-color: rgb(171,219,129); }
td.TdClassName
{
border-color: #ABDB81;
}
.TagClassName
{
border-color: #ABDB81;
}
</style>