Shades of Feijoa #9DDB71
Tints of Feijoa #9DDB71
RGB
CMYK
RGB Variations
Color information
#9DDB71 (or 0x9DDB71) is known color: Feijoa. HEX triplet: 9D, DB and 71. RGB value is (157,219,113). Sum of RGB (Red+Green+Blue) = 157+219+113=489 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.11% from 489); Green value is 219 (85.94% from 255 or 44.79% from 489); Blue value is 113 (44.53% from 255 or 23.11% from 489); Max value from RGB is 219 - color contains mainly: green. Hex color #9DDB71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DDB71 is #62248E. Grayscale: #BCBCBC. Windows color (decimal): -6431887 or 7461789. OLE color: 7461789.
HSL color Cylindrical-coordinate representation of color #9DDB71: hue angle of 95.09º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9DDB71 is Cyan = 0.28, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 157 | 219 | 113 | - |
| CMYK | 0.28 | 0 | 0.48 | 0.14 |
| HSL | 95.09º | 0.6% | 0.65% | - |
| HSV(B) | 95.09º | 0.48% | 0.86% | - |
| XYZ | 42.22 | 59.02 | 24.79 | - |
| YUV | 188.38 | 85.46 | 105.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 219 | 113 | 0.28 | 0 | 0.48 | 0.14 | 95.09 | 0.6 | 0.65 |
| Hex | 9D | DB | 71 | 1C | 0 | 30 | E | 5F | 3C | 41 |
| Octal | 235 | 333 | 161 | 34 | 0 | 60 | 16 | 137 | 74 | 101 |
| Binary | 10011101 | 11011011 | 1110001 | 11100 | 0 | 110000 | 1110 | 1011111 | 111100 | 1000001 |
Color Harmonies of #9DDB71
Complementary color
Monochromatic Colors of #9DDB71
Black with #9DDB71
Text Example
Text Example
White with #9DDB71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDB71; }
p { color: rgb(157,219,113); }
H1.HeaderClassName
{
color: #9DDB71;
}
.AnyTagClassName
{
color: #9DDB71;
}
</style>
background-color css
<style>
a { background-color: #9DDB71; }
a { background-color: rgb(157,219,113); }
div.DivClassName
{
background-color: #9DDB71;
}
.BgClassName
{
background-color: #9DDB71;
}
</style>
border-color css
<style>
span { border-color: #9DDB71; }
span { border-color: rgb(157,219,113); }
td.TdClassName
{
border-color: #9DDB71;
}
.TagClassName
{
border-color: #9DDB71;
}
</style>