Shades of Feijoa #ABDD85
Tints of Feijoa #ABDD85
RGB
CMYK
RGB Variations
Color information
#ABDD85 (or 0xABDD85) is known color: Feijoa. HEX triplet: AB, DD and 85. RGB value is (171,221,133). Sum of RGB (Red+Green+Blue) = 171+221+133=525 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.57% from 525); Green value is 221 (86.72% from 255 or 42.10% from 525); Blue value is 133 (52.34% from 255 or 25.33% from 525); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDD85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDD85 is #54227A. Grayscale: #C4C4C4. Windows color (decimal): -5513851 or 8773035. OLE color: 8773035.
HSL color Cylindrical-coordinate representation of color #ABDD85: hue angle of 94.09º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ABDD85 is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 221 | 133 | - |
| CMYK | 0.23 | 0 | 0.40 | 0.13 |
| HSL | 94.09º | 0.56% | 0.69% | - |
| HSV(B) | 94.09º | 0.4% | 0.87% | - |
| XYZ | 46.88 | 62.06 | 31.7 | - |
| YUV | 196.02 | 92.44 | 110.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 221 | 133 | 0.23 | 0 | 0.40 | 0.13 | 94.09 | 0.56 | 0.69 |
| Hex | AB | DD | 85 | 17 | 0 | 28 | D | 5E | 38 | 45 |
| Octal | 253 | 335 | 205 | 27 | 0 | 50 | 15 | 136 | 70 | 105 |
| Binary | 10101011 | 11011101 | 10000101 | 10111 | 0 | 101000 | 1101 | 1011110 | 111000 | 1000101 |
Color Harmonies of #ABDD85
Complementary color
Monochromatic Colors of #ABDD85
Black with #ABDD85
Text Example
Text Example
White with #ABDD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDD85; }
p { color: rgb(171,221,133); }
H1.HeaderClassName
{
color: #ABDD85;
}
.AnyTagClassName
{
color: #ABDD85;
}
</style>
background-color css
<style>
a { background-color: #ABDD85; }
a { background-color: rgb(171,221,133); }
div.DivClassName
{
background-color: #ABDD85;
}
.BgClassName
{
background-color: #ABDD85;
}
</style>
border-color css
<style>
span { border-color: #ABDD85; }
span { border-color: rgb(171,221,133); }
td.TdClassName
{
border-color: #ABDD85;
}
.TagClassName
{
border-color: #ABDD85;
}
</style>