Shades of Feijoa #ADD771
Tints of Feijoa #ADD771
RGB
CMYK
RGB Variations
Color information
#ADD771 (or 0xADD771) is known color: Feijoa. HEX triplet: AD, D7 and 71. RGB value is (173,215,113). Sum of RGB (Red+Green+Blue) = 173+215+113=501 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.53% from 501); Green value is 215 (84.38% from 255 or 42.91% from 501); Blue value is 113 (44.53% from 255 or 22.55% from 501); Max value from RGB is 215 - color contains mainly: green. Hex color #ADD771 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD771 is #52288E. Grayscale: #BFBFBF. Windows color (decimal): -5384335 or 7460781. OLE color: 7460781.
HSL color Cylindrical-coordinate representation of color #ADD771: hue angle of 84.71º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ADD771 is Cyan = 0.20, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 215 | 113 | - |
| CMYK | 0.20 | 0 | 0.47 | 0.16 |
| HSL | 84.71º | 0.56% | 0.64% | - |
| HSV(B) | 84.71º | 0.47% | 0.84% | - |
| XYZ | 44.51 | 58.68 | 24.6 | - |
| YUV | 190.81 | 84.09 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 215 | 113 | 0.20 | 0 | 0.47 | 0.16 | 84.71 | 0.56 | 0.64 |
| Hex | AD | D7 | 71 | 14 | 0 | 2F | 10 | 55 | 38 | 40 |
| Octal | 255 | 327 | 161 | 24 | 0 | 57 | 20 | 125 | 70 | 100 |
| Binary | 10101101 | 11010111 | 1110001 | 10100 | 0 | 101111 | 10000 | 1010101 | 111000 | 1000000 |
Color Harmonies of #ADD771
Complementary color
Monochromatic Colors of #ADD771
Black with #ADD771
Text Example
Text Example
White with #ADD771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD771; }
p { color: rgb(173,215,113); }
H1.HeaderClassName
{
color: #ADD771;
}
.AnyTagClassName
{
color: #ADD771;
}
</style>
background-color css
<style>
a { background-color: #ADD771; }
a { background-color: rgb(173,215,113); }
div.DivClassName
{
background-color: #ADD771;
}
.BgClassName
{
background-color: #ADD771;
}
</style>
border-color css
<style>
span { border-color: #ADD771; }
span { border-color: rgb(173,215,113); }
td.TdClassName
{
border-color: #ADD771;
}
.TagClassName
{
border-color: #ADD771;
}
</style>