Shades of Feijoa #ADE771
Tints of Feijoa #ADE771
RGB
CMYK
RGB Variations
Color information
#ADE771 (or 0xADE771) is known color: Feijoa. HEX triplet: AD, E7 and 71. RGB value is (173,231,113). Sum of RGB (Red+Green+Blue) = 173+231+113=517 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.46% from 517); Green value is 231 (90.62% from 255 or 44.68% from 517); Blue value is 113 (44.53% from 255 or 21.86% from 517); Max value from RGB is 231 - color contains mainly: green. Hex color #ADE771 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADE771 is #52188E. Grayscale: #C8C8C8. Windows color (decimal): -5380239 or 7464877. OLE color: 7464877.
HSL color Cylindrical-coordinate representation of color #ADE771: hue angle of 89.49º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ADE771 is Cyan = 0.25, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 231 | 113 | - |
| CMYK | 0.25 | 0 | 0.51 | 0.09 |
| HSL | 89.49º | 0.71% | 0.67% | - |
| HSV(B) | 89.49º | 0.51% | 0.91% | - |
| XYZ | 48.79 | 67.23 | 26.03 | - |
| YUV | 200.21 | 78.78 | 108.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 231 | 113 | 0.25 | 0 | 0.51 | 0.09 | 89.49 | 0.71 | 0.67 |
| Hex | AD | E7 | 71 | 19 | 0 | 33 | 9 | 59 | 47 | 43 |
| Octal | 255 | 347 | 161 | 31 | 0 | 63 | 11 | 131 | 107 | 103 |
| Binary | 10101101 | 11100111 | 1110001 | 11001 | 0 | 110011 | 1001 | 1011001 | 1000111 | 1000011 |
Color Harmonies of #ADE771
Complementary color
Monochromatic Colors of #ADE771
Black with #ADE771
Text Example
Text Example
White with #ADE771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE771; }
p { color: rgb(173,231,113); }
H1.HeaderClassName
{
color: #ADE771;
}
.AnyTagClassName
{
color: #ADE771;
}
</style>
background-color css
<style>
a { background-color: #ADE771; }
a { background-color: rgb(173,231,113); }
div.DivClassName
{
background-color: #ADE771;
}
.BgClassName
{
background-color: #ADE771;
}
</style>
border-color css
<style>
span { border-color: #ADE771; }
span { border-color: rgb(173,231,113); }
td.TdClassName
{
border-color: #ADE771;
}
.TagClassName
{
border-color: #ADE771;
}
</style>