Shades of Feijoa #ADD77B
Tints of Feijoa #ADD77B
RGB
CMYK
RGB Variations
Color information
#ADD77B (or 0xADD77B) is known color: Feijoa. HEX triplet: AD, D7 and 7B. RGB value is (173,215,123). Sum of RGB (Red+Green+Blue) = 173+215+123=511 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.86% from 511); Green value is 215 (84.38% from 255 or 42.07% from 511); Blue value is 123 (48.44% from 255 or 24.07% from 511); Max value from RGB is 215 - color contains mainly: green. Hex color #ADD77B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD77B is #522884. Grayscale: #C0C0C0. Windows color (decimal): -5384325 or 8116141. OLE color: 8116141.
HSL color Cylindrical-coordinate representation of color #ADD77B: hue angle of 87.39º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ADD77B is Cyan = 0.20, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 215 | 123 | - |
| CMYK | 0.20 | 0 | 0.43 | 0.16 |
| HSL | 87.39º | 0.53% | 0.66% | - |
| HSV(B) | 87.39º | 0.43% | 0.84% | - |
| XYZ | 45.11 | 58.92 | 27.73 | - |
| YUV | 191.95 | 89.09 | 114.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 215 | 123 | 0.20 | 0 | 0.43 | 0.16 | 87.39 | 0.53 | 0.66 |
| Hex | AD | D7 | 7B | 14 | 0 | 2B | 10 | 57 | 35 | 42 |
| Octal | 255 | 327 | 173 | 24 | 0 | 53 | 20 | 127 | 65 | 102 |
| Binary | 10101101 | 11010111 | 1111011 | 10100 | 0 | 101011 | 10000 | 1010111 | 110101 | 1000010 |
Color Harmonies of #ADD77B
Complementary color
Monochromatic Colors of #ADD77B
Black with #ADD77B
Text Example
Text Example
White with #ADD77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD77B; }
p { color: rgb(173,215,123); }
H1.HeaderClassName
{
color: #ADD77B;
}
.AnyTagClassName
{
color: #ADD77B;
}
</style>
background-color css
<style>
a { background-color: #ADD77B; }
a { background-color: rgb(173,215,123); }
div.DivClassName
{
background-color: #ADD77B;
}
.BgClassName
{
background-color: #ADD77B;
}
</style>
border-color css
<style>
span { border-color: #ADD77B; }
span { border-color: rgb(173,215,123); }
td.TdClassName
{
border-color: #ADD77B;
}
.TagClassName
{
border-color: #ADD77B;
}
</style>