Shades of Feijoa #ADDB71
Tints of Feijoa #ADDB71
RGB
CMYK
RGB Variations
Color information
#ADDB71 (or 0xADDB71) is known color: Feijoa. HEX triplet: AD, DB and 71. RGB value is (173,219,113). Sum of RGB (Red+Green+Blue) = 173+219+113=505 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.26% from 505); Green value is 219 (85.94% from 255 or 43.37% from 505); Blue value is 113 (44.53% from 255 or 22.38% from 505); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDB71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDB71 is #52248E. Grayscale: #C1C1C1. Windows color (decimal): -5383311 or 7461805. OLE color: 7461805.
HSL color Cylindrical-coordinate representation of color #ADDB71: hue angle of 86.04º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ADDB71 is Cyan = 0.21, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 219 | 113 | - |
| CMYK | 0.21 | 0 | 0.48 | 0.14 |
| HSL | 86.04º | 0.6% | 0.65% | - |
| HSV(B) | 86.04º | 0.48% | 0.86% | - |
| XYZ | 45.55 | 60.74 | 24.95 | - |
| YUV | 193.16 | 82.76 | 113.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 219 | 113 | 0.21 | 0 | 0.48 | 0.14 | 86.04 | 0.6 | 0.65 |
| Hex | AD | DB | 71 | 15 | 0 | 30 | E | 56 | 3C | 41 |
| Octal | 255 | 333 | 161 | 25 | 0 | 60 | 16 | 126 | 74 | 101 |
| Binary | 10101101 | 11011011 | 1110001 | 10101 | 0 | 110000 | 1110 | 1010110 | 111100 | 1000001 |
Color Harmonies of #ADDB71
Complementary color
Monochromatic Colors of #ADDB71
Black with #ADDB71
Text Example
Text Example
White with #ADDB71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDB71; }
p { color: rgb(173,219,113); }
H1.HeaderClassName
{
color: #ADDB71;
}
.AnyTagClassName
{
color: #ADDB71;
}
</style>
background-color css
<style>
a { background-color: #ADDB71; }
a { background-color: rgb(173,219,113); }
div.DivClassName
{
background-color: #ADDB71;
}
.BgClassName
{
background-color: #ADDB71;
}
</style>
border-color css
<style>
span { border-color: #ADDB71; }
span { border-color: rgb(173,219,113); }
td.TdClassName
{
border-color: #ADDB71;
}
.TagClassName
{
border-color: #ADDB71;
}
</style>