Shades of Feijoa #9DDA71
Tints of Feijoa #9DDA71
RGB
CMYK
RGB Variations
Color information
#9DDA71 (or 0x9DDA71) is known color: Feijoa. HEX triplet: 9D, DA and 71. RGB value is (157,218,113). Sum of RGB (Red+Green+Blue) = 157+218+113=488 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.17% from 488); Green value is 218 (85.55% from 255 or 44.67% from 488); Blue value is 113 (44.53% from 255 or 23.16% from 488); Max value from RGB is 218 - color contains mainly: green. Hex color #9DDA71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DDA71 is #62258E. Grayscale: #BCBCBC. Windows color (decimal): -6432143 or 7461533. OLE color: 7461533.
HSL color Cylindrical-coordinate representation of color #9DDA71: hue angle of 94.86º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9DDA71 is Cyan = 0.28, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 157 | 218 | 113 | - |
| CMYK | 0.28 | 0 | 0.48 | 0.15 |
| HSL | 94.86º | 0.59% | 0.65% | - |
| HSV(B) | 94.86º | 0.48% | 0.85% | - |
| XYZ | 41.96 | 58.5 | 24.7 | - |
| YUV | 187.79 | 85.79 | 106.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 218 | 113 | 0.28 | 0 | 0.48 | 0.15 | 94.86 | 0.59 | 0.65 |
| Hex | 9D | DA | 71 | 1C | 0 | 30 | F | 5F | 3B | 41 |
| Octal | 235 | 332 | 161 | 34 | 0 | 60 | 17 | 137 | 73 | 101 |
| Binary | 10011101 | 11011010 | 1110001 | 11100 | 0 | 110000 | 1111 | 1011111 | 111011 | 1000001 |
Color Harmonies of #9DDA71
Complementary color
Monochromatic Colors of #9DDA71
Black with #9DDA71
Text Example
Text Example
White with #9DDA71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDA71; }
p { color: rgb(157,218,113); }
H1.HeaderClassName
{
color: #9DDA71;
}
.AnyTagClassName
{
color: #9DDA71;
}
</style>
background-color css
<style>
a { background-color: #9DDA71; }
a { background-color: rgb(157,218,113); }
div.DivClassName
{
background-color: #9DDA71;
}
.BgClassName
{
background-color: #9DDA71;
}
</style>
border-color css
<style>
span { border-color: #9DDA71; }
span { border-color: rgb(157,218,113); }
td.TdClassName
{
border-color: #9DDA71;
}
.TagClassName
{
border-color: #9DDA71;
}
</style>