Shades of Feijoa #ADDD73
Tints of Feijoa #ADDD73
RGB
CMYK
RGB Variations
Color information
#ADDD73 (or 0xADDD73) is known color: Feijoa. HEX triplet: AD, DD and 73. RGB value is (173,221,115). Sum of RGB (Red+Green+Blue) = 173+221+115=509 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.99% from 509); Green value is 221 (86.72% from 255 or 43.42% from 509); Blue value is 115 (45.31% from 255 or 22.59% from 509); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDD73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDD73 is #52228C. Grayscale: #C2C2C2. Windows color (decimal): -5382797 or 7593389. OLE color: 7593389.
HSL color Cylindrical-coordinate representation of color #ADDD73: hue angle of 87.17º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ADDD73 is Cyan = 0.22, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 221 | 115 | - |
| CMYK | 0.22 | 0 | 0.48 | 0.13 |
| HSL | 87.17º | 0.61% | 0.66% | - |
| HSV(B) | 87.17º | 0.48% | 0.87% | - |
| XYZ | 46.18 | 61.83 | 25.72 | - |
| YUV | 194.56 | 83.1 | 112.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 221 | 115 | 0.22 | 0 | 0.48 | 0.13 | 87.17 | 0.61 | 0.66 |
| Hex | AD | DD | 73 | 16 | 0 | 30 | D | 57 | 3D | 42 |
| Octal | 255 | 335 | 163 | 26 | 0 | 60 | 15 | 127 | 75 | 102 |
| Binary | 10101101 | 11011101 | 1110011 | 10110 | 0 | 110000 | 1101 | 1010111 | 111101 | 1000010 |
Color Harmonies of #ADDD73
Complementary color
Monochromatic Colors of #ADDD73
Black with #ADDD73
Text Example
Text Example
White with #ADDD73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDD73; }
p { color: rgb(173,221,115); }
H1.HeaderClassName
{
color: #ADDD73;
}
.AnyTagClassName
{
color: #ADDD73;
}
</style>
background-color css
<style>
a { background-color: #ADDD73; }
a { background-color: rgb(173,221,115); }
div.DivClassName
{
background-color: #ADDD73;
}
.BgClassName
{
background-color: #ADDD73;
}
</style>
border-color css
<style>
span { border-color: #ADDD73; }
span { border-color: rgb(173,221,115); }
td.TdClassName
{
border-color: #ADDD73;
}
.TagClassName
{
border-color: #ADDD73;
}
</style>