Shades of Feijoa #9DED73
Tints of Feijoa #9DED73
RGB
CMYK
RGB Variations
Color information
#9DED73 (or 0x9DED73) is known color: Feijoa. HEX triplet: 9D, ED and 73. RGB value is (157,237,115). Sum of RGB (Red+Green+Blue) = 157+237+115=509 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.84% from 509); Green value is 237 (92.97% from 255 or 46.56% from 509); Blue value is 115 (45.31% from 255 or 22.59% from 509); Max value from RGB is 237 - color contains mainly: green. Hex color #9DED73 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DED73 is #62128C. Grayscale: #C7C7C7. Windows color (decimal): -6427277 or 7597469. OLE color: 7597469.
HSL color Cylindrical-coordinate representation of color #9DED73: hue angle of 99.34º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9DED73 is Cyan = 0.34, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 237 | 115 | - |
| CMYK | 0.34 | 0 | 0.51 | 0.07 |
| HSL | 99.34º | 0.77% | 0.69% | - |
| HSV(B) | 99.34º | 0.51% | 0.93% | - |
| XYZ | 47.28 | 68.97 | 27.04 | - |
| YUV | 199.17 | 80.5 | 97.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 237 | 115 | 0.34 | 0 | 0.51 | 0.07 | 99.34 | 0.77 | 0.69 |
| Hex | 9D | ED | 73 | 22 | 0 | 33 | 7 | 63 | 4D | 45 |
| Octal | 235 | 355 | 163 | 42 | 0 | 63 | 7 | 143 | 115 | 105 |
| Binary | 10011101 | 11101101 | 1110011 | 100010 | 0 | 110011 | 111 | 1100011 | 1001101 | 1000101 |
Color Harmonies of #9DED73
Complementary color
Monochromatic Colors of #9DED73
Black with #9DED73
Text Example
Text Example
White with #9DED73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DED73; }
p { color: rgb(157,237,115); }
H1.HeaderClassName
{
color: #9DED73;
}
.AnyTagClassName
{
color: #9DED73;
}
</style>
background-color css
<style>
a { background-color: #9DED73; }
a { background-color: rgb(157,237,115); }
div.DivClassName
{
background-color: #9DED73;
}
.BgClassName
{
background-color: #9DED73;
}
</style>
border-color css
<style>
span { border-color: #9DED73; }
span { border-color: rgb(157,237,115); }
td.TdClassName
{
border-color: #9DED73;
}
.TagClassName
{
border-color: #9DED73;
}
</style>