Shades of Feijoa #ADF477
Tints of Feijoa #ADF477
RGB
CMYK
RGB Variations
Color information
#ADF477 (or 0xADF477) is known color: Feijoa. HEX triplet: AD, F4 and 77. RGB value is (173,244,119). Sum of RGB (Red+Green+Blue) = 173+244+119=536 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.28% from 536); Green value is 244 (95.70% from 255 or 45.52% from 536); Blue value is 119 (46.88% from 255 or 22.20% from 536); Max value from RGB is 244 - color contains mainly: green. Hex color #ADF477 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF477 is #520B88. Grayscale: #D0D0D0. Windows color (decimal): -5376905 or 7861421. OLE color: 7861421.
HSL color Cylindrical-coordinate representation of color #ADF477: hue angle of 94.08º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ADF477 is Cyan = 0.29, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 244 | 119 | - |
| CMYK | 0.29 | 0 | 0.51 | 0.04 |
| HSL | 94.08º | 0.85% | 0.71% | - |
| HSV(B) | 94.08º | 0.51% | 0.96% | - |
| XYZ | 52.91 | 74.92 | 29.12 | - |
| YUV | 208.52 | 77.48 | 102.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 244 | 119 | 0.29 | 0 | 0.51 | 0.04 | 94.08 | 0.85 | 0.71 |
| Hex | AD | F4 | 77 | 1D | 0 | 33 | 4 | 5E | 55 | 47 |
| Octal | 255 | 364 | 167 | 35 | 0 | 63 | 4 | 136 | 125 | 107 |
| Binary | 10101101 | 11110100 | 1110111 | 11101 | 0 | 110011 | 100 | 1011110 | 1010101 | 1000111 |
Color Harmonies of #ADF477
Complementary color
Monochromatic Colors of #ADF477
Black with #ADF477
Text Example
Text Example
White with #ADF477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF477; }
p { color: rgb(173,244,119); }
H1.HeaderClassName
{
color: #ADF477;
}
.AnyTagClassName
{
color: #ADF477;
}
</style>
background-color css
<style>
a { background-color: #ADF477; }
a { background-color: rgb(173,244,119); }
div.DivClassName
{
background-color: #ADF477;
}
.BgClassName
{
background-color: #ADF477;
}
</style>
border-color css
<style>
span { border-color: #ADF477; }
span { border-color: rgb(173,244,119); }
td.TdClassName
{
border-color: #ADF477;
}
.TagClassName
{
border-color: #ADF477;
}
</style>