Shades of Feijoa #9DDF77
Tints of Feijoa #9DDF77
RGB
CMYK
RGB Variations
Color information
#9DDF77 (or 0x9DDF77) is known color: Feijoa. HEX triplet: 9D, DF and 77. RGB value is (157,223,119). Sum of RGB (Red+Green+Blue) = 157+223+119=499 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.46% from 499); Green value is 223 (87.5% from 255 or 44.69% from 499); Blue value is 119 (46.88% from 255 or 23.85% from 499); Max value from RGB is 223 - color contains mainly: green. Hex color #9DDF77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DDF77 is #622088. Grayscale: #BFBFBF. Windows color (decimal): -6430857 or 7856029. OLE color: 7856029.
HSL color Cylindrical-coordinate representation of color #9DDF77: hue angle of 98.08º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9DDF77 is Cyan = 0.30, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 223 | 119 | - |
| CMYK | 0.30 | 0 | 0.47 | 0.13 |
| HSL | 98.08º | 0.62% | 0.67% | - |
| HSV(B) | 98.08º | 0.47% | 0.87% | - |
| XYZ | 43.62 | 61.28 | 26.98 | - |
| YUV | 191.41 | 87.13 | 103.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 223 | 119 | 0.30 | 0 | 0.47 | 0.13 | 98.08 | 0.62 | 0.67 |
| Hex | 9D | DF | 77 | 1E | 0 | 2F | D | 62 | 3E | 43 |
| Octal | 235 | 337 | 167 | 36 | 0 | 57 | 15 | 142 | 76 | 103 |
| Binary | 10011101 | 11011111 | 1110111 | 11110 | 0 | 101111 | 1101 | 1100010 | 111110 | 1000011 |
Color Harmonies of #9DDF77
Complementary color
Monochromatic Colors of #9DDF77
Black with #9DDF77
Text Example
Text Example
White with #9DDF77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDF77; }
p { color: rgb(157,223,119); }
H1.HeaderClassName
{
color: #9DDF77;
}
.AnyTagClassName
{
color: #9DDF77;
}
</style>
background-color css
<style>
a { background-color: #9DDF77; }
a { background-color: rgb(157,223,119); }
div.DivClassName
{
background-color: #9DDF77;
}
.BgClassName
{
background-color: #9DDF77;
}
</style>
border-color css
<style>
span { border-color: #9DDF77; }
span { border-color: rgb(157,223,119); }
td.TdClassName
{
border-color: #9DDF77;
}
.TagClassName
{
border-color: #9DDF77;
}
</style>