Shades of Feijoa #ADDD71
Tints of Feijoa #ADDD71
RGB
CMYK
RGB Variations
Color information
#ADDD71 (or 0xADDD71) is known color: Feijoa. HEX triplet: AD, DD and 71. RGB value is (173,221,113). Sum of RGB (Red+Green+Blue) = 173+221+113=507 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.12% from 507); Green value is 221 (86.72% from 255 or 43.59% from 507); Blue value is 113 (44.53% from 255 or 22.29% from 507); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDD71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDD71 is #52228E. Grayscale: #C2C2C2. Windows color (decimal): -5382799 or 7462317. OLE color: 7462317.
HSL color Cylindrical-coordinate representation of color #ADDD71: hue angle of 86.67º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ADDD71 is Cyan = 0.22, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 221 | 113 | - |
| CMYK | 0.22 | 0 | 0.49 | 0.13 |
| HSL | 86.67º | 0.61% | 0.65% | - |
| HSV(B) | 86.67º | 0.49% | 0.87% | - |
| XYZ | 46.07 | 61.79 | 25.12 | - |
| YUV | 194.34 | 82.1 | 112.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 221 | 113 | 0.22 | 0 | 0.49 | 0.13 | 86.67 | 0.61 | 0.65 |
| Hex | AD | DD | 71 | 16 | 0 | 31 | D | 57 | 3D | 41 |
| Octal | 255 | 335 | 161 | 26 | 0 | 61 | 15 | 127 | 75 | 101 |
| Binary | 10101101 | 11011101 | 1110001 | 10110 | 0 | 110001 | 1101 | 1010111 | 111101 | 1000001 |
Color Harmonies of #ADDD71
Complementary color
Monochromatic Colors of #ADDD71
Black with #ADDD71
Text Example
Text Example
White with #ADDD71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDD71; }
p { color: rgb(173,221,113); }
H1.HeaderClassName
{
color: #ADDD71;
}
.AnyTagClassName
{
color: #ADDD71;
}
</style>
background-color css
<style>
a { background-color: #ADDD71; }
a { background-color: rgb(173,221,113); }
div.DivClassName
{
background-color: #ADDD71;
}
.BgClassName
{
background-color: #ADDD71;
}
</style>
border-color css
<style>
span { border-color: #ADDD71; }
span { border-color: rgb(173,221,113); }
td.TdClassName
{
border-color: #ADDD71;
}
.TagClassName
{
border-color: #ADDD71;
}
</style>