Shades of Feijoa #9DE471
Tints of Feijoa #9DE471
RGB
CMYK
RGB Variations
Color information
#9DE471 (or 0x9DE471) is known color: Feijoa. HEX triplet: 9D, E4 and 71. RGB value is (157,228,113). Sum of RGB (Red+Green+Blue) = 157+228+113=498 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.53% from 498); Green value is 228 (89.45% from 255 or 45.78% from 498); Blue value is 113 (44.53% from 255 or 22.69% from 498); Max value from RGB is 228 - color contains mainly: green. Hex color #9DE471 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DE471 is #621B8E. Grayscale: #C2C2C2. Windows color (decimal): -6429583 or 7464093. OLE color: 7464093.
HSL color Cylindrical-coordinate representation of color #9DE471: hue angle of 97.04º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9DE471 is Cyan = 0.31, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 157 | 228 | 113 | - |
| CMYK | 0.31 | 0 | 0.50 | 0.11 |
| HSL | 97.04º | 0.68% | 0.67% | - |
| HSV(B) | 97.04º | 0.5% | 0.89% | - |
| XYZ | 44.63 | 63.85 | 25.59 | - |
| YUV | 193.66 | 82.48 | 101.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 228 | 113 | 0.31 | 0 | 0.50 | 0.11 | 97.04 | 0.68 | 0.67 |
| Hex | 9D | E4 | 71 | 1F | 0 | 32 | B | 61 | 44 | 43 |
| Octal | 235 | 344 | 161 | 37 | 0 | 62 | 13 | 141 | 104 | 103 |
| Binary | 10011101 | 11100100 | 1110001 | 11111 | 0 | 110010 | 1011 | 1100001 | 1000100 | 1000011 |
Color Harmonies of #9DE471
Complementary color
Monochromatic Colors of #9DE471
Black with #9DE471
Text Example
Text Example
White with #9DE471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DE471; }
p { color: rgb(157,228,113); }
H1.HeaderClassName
{
color: #9DE471;
}
.AnyTagClassName
{
color: #9DE471;
}
</style>
background-color css
<style>
a { background-color: #9DE471; }
a { background-color: rgb(157,228,113); }
div.DivClassName
{
background-color: #9DE471;
}
.BgClassName
{
background-color: #9DE471;
}
</style>
border-color css
<style>
span { border-color: #9DE471; }
span { border-color: rgb(157,228,113); }
td.TdClassName
{
border-color: #9DE471;
}
.TagClassName
{
border-color: #9DE471;
}
</style>