Shades of Feijoa #9DE47F
Tints of Feijoa #9DE47F
RGB
CMYK
RGB Variations
Color information
#9DE47F (or 0x9DE47F) is known color: Feijoa. HEX triplet: 9D, E4 and 7F. RGB value is (157,228,127). Sum of RGB (Red+Green+Blue) = 157+228+127=512 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.66% from 512); Green value is 228 (89.45% from 255 or 44.53% from 512); Blue value is 127 (50% from 255 or 24.80% from 512); Max value from RGB is 228 - color contains mainly: green. Hex color #9DE47F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DE47F is #621B80. Grayscale: #C3C3C3. Windows color (decimal): -6429569 or 8381597. OLE color: 8381597.
HSL color Cylindrical-coordinate representation of color #9DE47F: hue angle of 102.18º degrees, saturation: 0.65, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9DE47F is Cyan = 0.31, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 157 | 228 | 127 | - |
| CMYK | 0.31 | 0 | 0.44 | 0.11 |
| HSL | 102.18º | 0.65% | 0.7% | - |
| HSV(B) | 102.18º | 0.44% | 0.89% | - |
| XYZ | 45.48 | 64.19 | 30.07 | - |
| YUV | 195.26 | 89.48 | 100.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 228 | 127 | 0.31 | 0 | 0.44 | 0.11 | 102.18 | 0.65 | 0.7 |
| Hex | 9D | E4 | 7F | 1F | 0 | 2C | B | 66 | 41 | 46 |
| Octal | 235 | 344 | 177 | 37 | 0 | 54 | 13 | 146 | 101 | 106 |
| Binary | 10011101 | 11100100 | 1111111 | 11111 | 0 | 101100 | 1011 | 1100110 | 1000001 | 1000110 |
Color Harmonies of #9DE47F
Complementary color
Monochromatic Colors of #9DE47F
Black with #9DE47F
Text Example
Text Example
White with #9DE47F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DE47F; }
p { color: rgb(157,228,127); }
H1.HeaderClassName
{
color: #9DE47F;
}
.AnyTagClassName
{
color: #9DE47F;
}
</style>
background-color css
<style>
a { background-color: #9DE47F; }
a { background-color: rgb(157,228,127); }
div.DivClassName
{
background-color: #9DE47F;
}
.BgClassName
{
background-color: #9DE47F;
}
</style>
border-color css
<style>
span { border-color: #9DE47F; }
span { border-color: rgb(157,228,127); }
td.TdClassName
{
border-color: #9DE47F;
}
.TagClassName
{
border-color: #9DE47F;
}
</style>