Shades of Feijoa #ABDD80
Tints of Feijoa #ABDD80
RGB
CMYK
RGB Variations
Color information
#ABDD80 (or 0xABDD80) is known color: Feijoa. HEX triplet: AB, DD and 80. RGB value is (171,221,128). Sum of RGB (Red+Green+Blue) = 171+221+128=520 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.88% from 520); Green value is 221 (86.72% from 255 or 42.5% from 520); Blue value is 128 (50.39% from 255 or 24.62% from 520); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDD80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDD80 is #54227F. Grayscale: #C3C3C3. Windows color (decimal): -5513856 or 8445355. OLE color: 8445355.
HSL color Cylindrical-coordinate representation of color #ABDD80: hue angle of 92.26º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ABDD80 is Cyan = 0.23, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 221 | 128 | - |
| CMYK | 0.23 | 0 | 0.42 | 0.13 |
| HSL | 92.26º | 0.58% | 0.68% | - |
| HSV(B) | 92.26º | 0.42% | 0.87% | - |
| XYZ | 46.55 | 61.93 | 29.92 | - |
| YUV | 195.45 | 89.94 | 110.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 221 | 128 | 0.23 | 0 | 0.42 | 0.13 | 92.26 | 0.58 | 0.68 |
| Hex | AB | DD | 80 | 17 | 0 | 2A | D | 5C | 3A | 44 |
| Octal | 253 | 335 | 200 | 27 | 0 | 52 | 15 | 134 | 72 | 104 |
| Binary | 10101011 | 11011101 | 10000000 | 10111 | 0 | 101010 | 1101 | 1011100 | 111010 | 1000100 |
Color Harmonies of #ABDD80
Complementary color
Monochromatic Colors of #ABDD80
Black with #ABDD80
Text Example
Text Example
White with #ABDD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDD80; }
p { color: rgb(171,221,128); }
H1.HeaderClassName
{
color: #ABDD80;
}
.AnyTagClassName
{
color: #ABDD80;
}
</style>
background-color css
<style>
a { background-color: #ABDD80; }
a { background-color: rgb(171,221,128); }
div.DivClassName
{
background-color: #ABDD80;
}
.BgClassName
{
background-color: #ABDD80;
}
</style>
border-color css
<style>
span { border-color: #ABDD80; }
span { border-color: rgb(171,221,128); }
td.TdClassName
{
border-color: #ABDD80;
}
.TagClassName
{
border-color: #ABDD80;
}
</style>