Shades of Feijoa #ADD377
Tints of Feijoa #ADD377
RGB
CMYK
RGB Variations
Color information
#ADD377 (or 0xADD377) is known color: Feijoa. HEX triplet: AD, D3 and 77. RGB value is (173,211,119). Sum of RGB (Red+Green+Blue) = 173+211+119=503 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.39% from 503); Green value is 211 (82.81% from 255 or 41.95% from 503); Blue value is 119 (46.88% from 255 or 23.66% from 503); Max value from RGB is 211 - color contains mainly: green. Hex color #ADD377 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD377 is #522C88. Grayscale: #BDBDBD. Windows color (decimal): -5385353 or 7852973. OLE color: 7852973.
HSL color Cylindrical-coordinate representation of color #ADD377: hue angle of 84.78º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ADD377 is Cyan = 0.18, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 211 | 119 | - |
| CMYK | 0.18 | 0 | 0.44 | 0.17 |
| HSL | 84.78º | 0.51% | 0.65% | - |
| HSV(B) | 84.78º | 0.44% | 0.83% | - |
| XYZ | 43.86 | 56.8 | 26.11 | - |
| YUV | 189.15 | 88.41 | 116.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 211 | 119 | 0.18 | 0 | 0.44 | 0.17 | 84.78 | 0.51 | 0.65 |
| Hex | AD | D3 | 77 | 12 | 0 | 2C | 11 | 55 | 33 | 41 |
| Octal | 255 | 323 | 167 | 22 | 0 | 54 | 21 | 125 | 63 | 101 |
| Binary | 10101101 | 11010011 | 1110111 | 10010 | 0 | 101100 | 10001 | 1010101 | 110011 | 1000001 |
Color Harmonies of #ADD377
Complementary color
Monochromatic Colors of #ADD377
Black with #ADD377
Text Example
Text Example
White with #ADD377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD377; }
p { color: rgb(173,211,119); }
H1.HeaderClassName
{
color: #ADD377;
}
.AnyTagClassName
{
color: #ADD377;
}
</style>
background-color css
<style>
a { background-color: #ADD377; }
a { background-color: rgb(173,211,119); }
div.DivClassName
{
background-color: #ADD377;
}
.BgClassName
{
background-color: #ADD377;
}
</style>
border-color css
<style>
span { border-color: #ADD377; }
span { border-color: rgb(173,211,119); }
td.TdClassName
{
border-color: #ADD377;
}
.TagClassName
{
border-color: #ADD377;
}
</style>