Shades of Feijoa #9DE879
Tints of Feijoa #9DE879
RGB
CMYK
RGB Variations
Color information
#9DE879 (or 0x9DE879) is known color: Feijoa. HEX triplet: 9D, E8 and 79. RGB value is (157,232,121). Sum of RGB (Red+Green+Blue) = 157+232+121=510 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.78% from 510); Green value is 232 (91.02% from 255 or 45.49% from 510); Blue value is 121 (47.66% from 255 or 23.73% from 510); Max value from RGB is 232 - color contains mainly: green. Hex color #9DE879 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DE879 is #621786. Grayscale: #C5C5C5. Windows color (decimal): -6428551 or 7989405. OLE color: 7989405.
HSL color Cylindrical-coordinate representation of color #9DE879: hue angle of 100.54º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9DE879 is Cyan = 0.32, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 157 | 232 | 121 | - |
| CMYK | 0.32 | 0 | 0.48 | 0.09 |
| HSL | 100.54º | 0.71% | 0.69% | - |
| HSV(B) | 100.54º | 0.48% | 0.91% | - |
| XYZ | 46.21 | 66.26 | 28.44 | - |
| YUV | 196.92 | 85.15 | 99.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 232 | 121 | 0.32 | 0 | 0.48 | 0.09 | 100.54 | 0.71 | 0.69 |
| Hex | 9D | E8 | 79 | 20 | 0 | 30 | 9 | 65 | 47 | 45 |
| Octal | 235 | 350 | 171 | 40 | 0 | 60 | 11 | 145 | 107 | 105 |
| Binary | 10011101 | 11101000 | 1111001 | 100000 | 0 | 110000 | 1001 | 1100101 | 1000111 | 1000101 |
Color Harmonies of #9DE879
Complementary color
Monochromatic Colors of #9DE879
Black with #9DE879
Text Example
Text Example
White with #9DE879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DE879; }
p { color: rgb(157,232,121); }
H1.HeaderClassName
{
color: #9DE879;
}
.AnyTagClassName
{
color: #9DE879;
}
</style>
background-color css
<style>
a { background-color: #9DE879; }
a { background-color: rgb(157,232,121); }
div.DivClassName
{
background-color: #9DE879;
}
.BgClassName
{
background-color: #9DE879;
}
</style>
border-color css
<style>
span { border-color: #9DE879; }
span { border-color: rgb(157,232,121); }
td.TdClassName
{
border-color: #9DE879;
}
.TagClassName
{
border-color: #9DE879;
}
</style>