Shades of Feijoa #ABDB73
Tints of Feijoa #ABDB73
RGB
CMYK
RGB Variations
Color information
#ABDB73 (or 0xABDB73) is known color: Feijoa. HEX triplet: AB, DB and 73. RGB value is (171,219,115). Sum of RGB (Red+Green+Blue) = 171+219+115=505 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.86% from 505); Green value is 219 (85.94% from 255 or 43.37% from 505); Blue value is 115 (45.31% from 255 or 22.77% from 505); Max value from RGB is 219 - color contains mainly: green. Hex color #ABDB73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDB73 is #54248C. Grayscale: #C1C1C1. Windows color (decimal): -5514381 or 7592875. OLE color: 7592875.
HSL color Cylindrical-coordinate representation of color #ABDB73: hue angle of 87.69º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ABDB73 is Cyan = 0.22, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 219 | 115 | - |
| CMYK | 0.22 | 0 | 0.47 | 0.14 |
| HSL | 87.69º | 0.59% | 0.65% | - |
| HSV(B) | 87.69º | 0.47% | 0.86% | - |
| XYZ | 45.22 | 60.56 | 25.53 | - |
| YUV | 192.79 | 84.1 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 219 | 115 | 0.22 | 0 | 0.47 | 0.14 | 87.69 | 0.59 | 0.65 |
| Hex | AB | DB | 73 | 16 | 0 | 2F | E | 58 | 3B | 41 |
| Octal | 253 | 333 | 163 | 26 | 0 | 57 | 16 | 130 | 73 | 101 |
| Binary | 10101011 | 11011011 | 1110011 | 10110 | 0 | 101111 | 1110 | 1011000 | 111011 | 1000001 |
Color Harmonies of #ABDB73
Complementary color
Monochromatic Colors of #ABDB73
Black with #ABDB73
Text Example
Text Example
White with #ABDB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDB73; }
p { color: rgb(171,219,115); }
H1.HeaderClassName
{
color: #ABDB73;
}
.AnyTagClassName
{
color: #ABDB73;
}
</style>
background-color css
<style>
a { background-color: #ABDB73; }
a { background-color: rgb(171,219,115); }
div.DivClassName
{
background-color: #ABDB73;
}
.BgClassName
{
background-color: #ABDB73;
}
</style>
border-color css
<style>
span { border-color: #ABDB73; }
span { border-color: rgb(171,219,115); }
td.TdClassName
{
border-color: #ABDB73;
}
.TagClassName
{
border-color: #ABDB73;
}
</style>