Shades of Feijoa #ABDD81
Tints of Feijoa #ABDD81
RGB
CMYK
RGB Variations
Color information
#ABDD81 (or 0xABDD81) is known color: Feijoa. HEX triplet: AB, DD and 81. RGB value is (171,221,129). Sum of RGB (Red+Green+Blue) = 171+221+129=521 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.82% from 521); Green value is 221 (86.72% from 255 or 42.42% from 521); Blue value is 129 (50.78% from 255 or 24.76% from 521); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDD81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDD81 is #54227E. Grayscale: #C3C3C3. Windows color (decimal): -5513855 or 8510891. OLE color: 8510891.
HSL color Cylindrical-coordinate representation of color #ABDD81: hue angle of 92.61º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ABDD81 is Cyan = 0.23, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 221 | 129 | - |
| CMYK | 0.23 | 0 | 0.42 | 0.13 |
| HSL | 92.61º | 0.58% | 0.69% | - |
| HSV(B) | 92.61º | 0.42% | 0.87% | - |
| XYZ | 46.61 | 61.96 | 30.27 | - |
| YUV | 195.56 | 90.44 | 110.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 221 | 129 | 0.23 | 0 | 0.42 | 0.13 | 92.61 | 0.58 | 0.69 |
| Hex | AB | DD | 81 | 17 | 0 | 2A | D | 5D | 3A | 45 |
| Octal | 253 | 335 | 201 | 27 | 0 | 52 | 15 | 135 | 72 | 105 |
| Binary | 10101011 | 11011101 | 10000001 | 10111 | 0 | 101010 | 1101 | 1011101 | 111010 | 1000101 |
Color Harmonies of #ABDD81
Complementary color
Monochromatic Colors of #ABDD81
Black with #ABDD81
Text Example
Text Example
White with #ABDD81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDD81; }
p { color: rgb(171,221,129); }
H1.HeaderClassName
{
color: #ABDD81;
}
.AnyTagClassName
{
color: #ABDD81;
}
</style>
background-color css
<style>
a { background-color: #ABDD81; }
a { background-color: rgb(171,221,129); }
div.DivClassName
{
background-color: #ABDD81;
}
.BgClassName
{
background-color: #ABDD81;
}
</style>
border-color css
<style>
span { border-color: #ABDD81; }
span { border-color: rgb(171,221,129); }
td.TdClassName
{
border-color: #ABDD81;
}
.TagClassName
{
border-color: #ABDD81;
}
</style>