Shades of Feijoa #ADDB77
Tints of Feijoa #ADDB77
RGB
CMYK
RGB Variations
Color information
#ADDB77 (or 0xADDB77) is known color: Feijoa. HEX triplet: AD, DB and 77. RGB value is (173,219,119). Sum of RGB (Red+Green+Blue) = 173+219+119=511 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.86% from 511); Green value is 219 (85.94% from 255 or 42.86% from 511); Blue value is 119 (46.88% from 255 or 23.29% from 511); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDB77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDB77 is #522488. Grayscale: #C2C2C2. Windows color (decimal): -5383305 or 7855021. OLE color: 7855021.
HSL color Cylindrical-coordinate representation of color #ADDB77: hue angle of 87.6º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ADDB77 is Cyan = 0.21, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 219 | 119 | - |
| CMYK | 0.21 | 0 | 0.46 | 0.14 |
| HSL | 87.6º | 0.58% | 0.66% | - |
| HSV(B) | 87.6º | 0.46% | 0.86% | - |
| XYZ | 45.89 | 60.88 | 26.78 | - |
| YUV | 193.85 | 85.76 | 113.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 219 | 119 | 0.21 | 0 | 0.46 | 0.14 | 87.6 | 0.58 | 0.66 |
| Hex | AD | DB | 77 | 15 | 0 | 2E | E | 58 | 3A | 42 |
| Octal | 255 | 333 | 167 | 25 | 0 | 56 | 16 | 130 | 72 | 102 |
| Binary | 10101101 | 11011011 | 1110111 | 10101 | 0 | 101110 | 1110 | 1011000 | 111010 | 1000010 |
Color Harmonies of #ADDB77
Complementary color
Monochromatic Colors of #ADDB77
Black with #ADDB77
Text Example
Text Example
White with #ADDB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDB77; }
p { color: rgb(173,219,119); }
H1.HeaderClassName
{
color: #ADDB77;
}
.AnyTagClassName
{
color: #ADDB77;
}
</style>
background-color css
<style>
a { background-color: #ADDB77; }
a { background-color: rgb(173,219,119); }
div.DivClassName
{
background-color: #ADDB77;
}
.BgClassName
{
background-color: #ADDB77;
}
</style>
border-color css
<style>
span { border-color: #ADDB77; }
span { border-color: rgb(173,219,119); }
td.TdClassName
{
border-color: #ADDB77;
}
.TagClassName
{
border-color: #ADDB77;
}
</style>