Shades of Feijoa #9DD773
Tints of Feijoa #9DD773
RGB
CMYK
RGB Variations
Color information
#9DD773 (or 0x9DD773) is known color: Feijoa. HEX triplet: 9D, D7 and 73. RGB value is (157,215,115). Sum of RGB (Red+Green+Blue) = 157+215+115=487 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.24% from 487); Green value is 215 (84.38% from 255 or 44.15% from 487); Blue value is 115 (45.31% from 255 or 23.61% from 487); Max value from RGB is 215 - color contains mainly: green. Hex color #9DD773 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD773 is #62288C. Grayscale: #BABABA. Windows color (decimal): -6432909 or 7591837. OLE color: 7591837.
HSL color Cylindrical-coordinate representation of color #9DD773: hue angle of 94.8º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9DD773 is Cyan = 0.27, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 157 | 215 | 115 | - |
| CMYK | 0.27 | 0 | 0.47 | 0.16 |
| HSL | 94.8º | 0.56% | 0.65% | - |
| HSV(B) | 94.8º | 0.47% | 0.84% | - |
| XYZ | 41.3 | 57.01 | 25.05 | - |
| YUV | 186.26 | 87.78 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 215 | 115 | 0.27 | 0 | 0.47 | 0.16 | 94.8 | 0.56 | 0.65 |
| Hex | 9D | D7 | 73 | 1B | 0 | 2F | 10 | 5F | 38 | 41 |
| Octal | 235 | 327 | 163 | 33 | 0 | 57 | 20 | 137 | 70 | 101 |
| Binary | 10011101 | 11010111 | 1110011 | 11011 | 0 | 101111 | 10000 | 1011111 | 111000 | 1000001 |
Color Harmonies of #9DD773
Complementary color
Monochromatic Colors of #9DD773
Black with #9DD773
Text Example
Text Example
White with #9DD773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD773; }
p { color: rgb(157,215,115); }
H1.HeaderClassName
{
color: #9DD773;
}
.AnyTagClassName
{
color: #9DD773;
}
</style>
background-color css
<style>
a { background-color: #9DD773; }
a { background-color: rgb(157,215,115); }
div.DivClassName
{
background-color: #9DD773;
}
.BgClassName
{
background-color: #9DD773;
}
</style>
border-color css
<style>
span { border-color: #9DD773; }
span { border-color: rgb(157,215,115); }
td.TdClassName
{
border-color: #9DD773;
}
.TagClassName
{
border-color: #9DD773;
}
</style>