Shades of Feijoa #9DDF73
Tints of Feijoa #9DDF73
RGB
CMYK
RGB Variations
Color information
#9DDF73 (or 0x9DDF73) is known color: Feijoa. HEX triplet: 9D, DF and 73. RGB value is (157,223,115). Sum of RGB (Red+Green+Blue) = 157+223+115=495 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.72% from 495); Green value is 223 (87.5% from 255 or 45.05% from 495); Blue value is 115 (45.31% from 255 or 23.23% from 495); Max value from RGB is 223 - color contains mainly: green. Hex color #9DDF73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DDF73 is #62208C. Grayscale: #BFBFBF. Windows color (decimal): -6430861 or 7593885. OLE color: 7593885.
HSL color Cylindrical-coordinate representation of color #9DDF73: hue angle of 96.67º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9DDF73 is Cyan = 0.30, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 223 | 115 | - |
| CMYK | 0.30 | 0 | 0.48 | 0.13 |
| HSL | 96.67º | 0.63% | 0.66% | - |
| HSV(B) | 96.67º | 0.48% | 0.87% | - |
| XYZ | 43.39 | 61.18 | 25.74 | - |
| YUV | 190.95 | 85.13 | 103.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 223 | 115 | 0.30 | 0 | 0.48 | 0.13 | 96.67 | 0.63 | 0.66 |
| Hex | 9D | DF | 73 | 1E | 0 | 30 | D | 61 | 3F | 42 |
| Octal | 235 | 337 | 163 | 36 | 0 | 60 | 15 | 141 | 77 | 102 |
| Binary | 10011101 | 11011111 | 1110011 | 11110 | 0 | 110000 | 1101 | 1100001 | 111111 | 1000010 |
Color Harmonies of #9DDF73
Complementary color
Monochromatic Colors of #9DDF73
Black with #9DDF73
Text Example
Text Example
White with #9DDF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDF73; }
p { color: rgb(157,223,115); }
H1.HeaderClassName
{
color: #9DDF73;
}
.AnyTagClassName
{
color: #9DDF73;
}
</style>
background-color css
<style>
a { background-color: #9DDF73; }
a { background-color: rgb(157,223,115); }
div.DivClassName
{
background-color: #9DDF73;
}
.BgClassName
{
background-color: #9DDF73;
}
</style>
border-color css
<style>
span { border-color: #9DDF73; }
span { border-color: rgb(157,223,115); }
td.TdClassName
{
border-color: #9DDF73;
}
.TagClassName
{
border-color: #9DDF73;
}
</style>