Shades of Feijoa #ABDB7D
Tints of Feijoa #ABDB7D
RGB
CMYK
RGB Variations
Color information
#ABDB7D (or 0xABDB7D) is known color: Feijoa. HEX triplet: AB, DB and 7D. RGB value is (171,219,125). Sum of RGB (Red+Green+Blue) = 171+219+125=515 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.20% from 515); Green value is 219 (85.94% from 255 or 42.52% from 515); Blue value is 125 (49.22% from 255 or 24.27% from 515); Max value from RGB is 219 - color contains mainly: green. Hex color #ABDB7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDB7D is #542482. Grayscale: #C2C2C2. Windows color (decimal): -5514371 or 8248235. OLE color: 8248235.
HSL color Cylindrical-coordinate representation of color #ABDB7D: hue angle of 90.64º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ABDB7D is Cyan = 0.22, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 219 | 125 | - |
| CMYK | 0.22 | 0 | 0.43 | 0.14 |
| HSL | 90.64º | 0.57% | 0.67% | - |
| HSV(B) | 90.64º | 0.43% | 0.86% | - |
| XYZ | 45.83 | 60.8 | 28.72 | - |
| YUV | 193.93 | 89.1 | 111.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 219 | 125 | 0.22 | 0 | 0.43 | 0.14 | 90.64 | 0.57 | 0.67 |
| Hex | AB | DB | 7D | 16 | 0 | 2B | E | 5B | 39 | 43 |
| Octal | 253 | 333 | 175 | 26 | 0 | 53 | 16 | 133 | 71 | 103 |
| Binary | 10101011 | 11011011 | 1111101 | 10110 | 0 | 101011 | 1110 | 1011011 | 111001 | 1000011 |
Color Harmonies of #ABDB7D
Complementary color
Monochromatic Colors of #ABDB7D
Black with #ABDB7D
Text Example
Text Example
White with #ABDB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDB7D; }
p { color: rgb(171,219,125); }
H1.HeaderClassName
{
color: #ABDB7D;
}
.AnyTagClassName
{
color: #ABDB7D;
}
</style>
background-color css
<style>
a { background-color: #ABDB7D; }
a { background-color: rgb(171,219,125); }
div.DivClassName
{
background-color: #ABDB7D;
}
.BgClassName
{
background-color: #ABDB7D;
}
</style>
border-color css
<style>
span { border-color: #ABDB7D; }
span { border-color: rgb(171,219,125); }
td.TdClassName
{
border-color: #ABDB7D;
}
.TagClassName
{
border-color: #ABDB7D;
}
</style>