Shades of Feijoa #ADDF71
Tints of Feijoa #ADDF71
RGB
CMYK
RGB Variations
Color information
#ADDF71 (or 0xADDF71) is known color: Feijoa. HEX triplet: AD, DF and 71. RGB value is (173,223,113). Sum of RGB (Red+Green+Blue) = 173+223+113=509 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.99% from 509); Green value is 223 (87.5% from 255 or 43.81% from 509); Blue value is 113 (44.53% from 255 or 22.20% from 509); Max value from RGB is 223 - color contains mainly: green. Hex color #ADDF71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDF71 is #52208E. Grayscale: #C3C3C3. Windows color (decimal): -5382287 or 7462829. OLE color: 7462829.
HSL color Cylindrical-coordinate representation of color #ADDF71: hue angle of 87.27º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ADDF71 is Cyan = 0.22, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 223 | 113 | - |
| CMYK | 0.22 | 0 | 0.49 | 0.13 |
| HSL | 87.27º | 0.63% | 0.66% | - |
| HSV(B) | 87.27º | 0.49% | 0.87% | - |
| XYZ | 46.6 | 62.85 | 25.3 | - |
| YUV | 195.51 | 81.44 | 111.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 223 | 113 | 0.22 | 0 | 0.49 | 0.13 | 87.27 | 0.63 | 0.66 |
| Hex | AD | DF | 71 | 16 | 0 | 31 | D | 57 | 3F | 42 |
| Octal | 255 | 337 | 161 | 26 | 0 | 61 | 15 | 127 | 77 | 102 |
| Binary | 10101101 | 11011111 | 1110001 | 10110 | 0 | 110001 | 1101 | 1010111 | 111111 | 1000010 |
Color Harmonies of #ADDF71
Complementary color
Monochromatic Colors of #ADDF71
Black with #ADDF71
Text Example
Text Example
White with #ADDF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDF71; }
p { color: rgb(173,223,113); }
H1.HeaderClassName
{
color: #ADDF71;
}
.AnyTagClassName
{
color: #ADDF71;
}
</style>
background-color css
<style>
a { background-color: #ADDF71; }
a { background-color: rgb(173,223,113); }
div.DivClassName
{
background-color: #ADDF71;
}
.BgClassName
{
background-color: #ADDF71;
}
</style>
border-color css
<style>
span { border-color: #ADDF71; }
span { border-color: rgb(173,223,113); }
td.TdClassName
{
border-color: #ADDF71;
}
.TagClassName
{
border-color: #ADDF71;
}
</style>