Shades of Feijoa #9DDB70
Tints of Feijoa #9DDB70
RGB
CMYK
RGB Variations
Color information
#9DDB70 (or 0x9DDB70) is known color: Feijoa. HEX triplet: 9D, DB and 70. RGB value is (157,219,112). Sum of RGB (Red+Green+Blue) = 157+219+112=488 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.17% from 488); Green value is 219 (85.94% from 255 or 44.88% from 488); Blue value is 112 (44.14% from 255 or 22.95% from 488); Max value from RGB is 219 - color contains mainly: green. Hex color #9DDB70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DDB70 is #62248F. Grayscale: #BCBCBC. Windows color (decimal): -6431888 or 7396253. OLE color: 7396253.
HSL color Cylindrical-coordinate representation of color #9DDB70: hue angle of 94.77º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9DDB70 is Cyan = 0.28, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 157 | 219 | 112 | - |
| CMYK | 0.28 | 0 | 0.49 | 0.14 |
| HSL | 94.77º | 0.6% | 0.65% | - |
| HSV(B) | 94.77º | 0.49% | 0.86% | - |
| XYZ | 42.16 | 59 | 24.5 | - |
| YUV | 188.26 | 84.96 | 105.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 219 | 112 | 0.28 | 0 | 0.49 | 0.14 | 94.77 | 0.6 | 0.65 |
| Hex | 9D | DB | 70 | 1C | 0 | 31 | E | 5F | 3C | 41 |
| Octal | 235 | 333 | 160 | 34 | 0 | 61 | 16 | 137 | 74 | 101 |
| Binary | 10011101 | 11011011 | 1110000 | 11100 | 0 | 110001 | 1110 | 1011111 | 111100 | 1000001 |
Color Harmonies of #9DDB70
Complementary color
Monochromatic Colors of #9DDB70
Black with #9DDB70
Text Example
Text Example
White with #9DDB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDB70; }
p { color: rgb(157,219,112); }
H1.HeaderClassName
{
color: #9DDB70;
}
.AnyTagClassName
{
color: #9DDB70;
}
</style>
background-color css
<style>
a { background-color: #9DDB70; }
a { background-color: rgb(157,219,112); }
div.DivClassName
{
background-color: #9DDB70;
}
.BgClassName
{
background-color: #9DDB70;
}
</style>
border-color css
<style>
span { border-color: #9DDB70; }
span { border-color: rgb(157,219,112); }
td.TdClassName
{
border-color: #9DDB70;
}
.TagClassName
{
border-color: #9DDB70;
}
</style>