Shades of Feijoa #9DEC71
Tints of Feijoa #9DEC71
RGB
CMYK
RGB Variations
Color information
#9DEC71 (or 0x9DEC71) is known color: Feijoa. HEX triplet: 9D, EC and 71. RGB value is (157,236,113). Sum of RGB (Red+Green+Blue) = 157+236+113=506 (67% of max value = 765). Red value is 157 (61.72% from 255 or 31.03% from 506); Green value is 236 (92.58% from 255 or 46.64% from 506); Blue value is 113 (44.53% from 255 or 22.33% from 506); Max value from RGB is 236 - color contains mainly: green. Hex color #9DEC71 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DEC71 is #62138E. Grayscale: #C6C6C6. Windows color (decimal): -6427535 or 7466141. OLE color: 7466141.
HSL color Cylindrical-coordinate representation of color #9DEC71: hue angle of 98.54º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9DEC71 is Cyan = 0.33, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 236 | 113 | - |
| CMYK | 0.33 | 0 | 0.52 | 0.07 |
| HSL | 98.54º | 0.76% | 0.68% | - |
| HSV(B) | 98.54º | 0.52% | 0.93% | - |
| XYZ | 46.88 | 68.35 | 26.35 | - |
| YUV | 198.36 | 79.83 | 98.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 236 | 113 | 0.33 | 0 | 0.52 | 0.07 | 98.54 | 0.76 | 0.68 |
| Hex | 9D | EC | 71 | 21 | 0 | 34 | 7 | 63 | 4C | 44 |
| Octal | 235 | 354 | 161 | 41 | 0 | 64 | 7 | 143 | 114 | 104 |
| Binary | 10011101 | 11101100 | 1110001 | 100001 | 0 | 110100 | 111 | 1100011 | 1001100 | 1000100 |
Color Harmonies of #9DEC71
Complementary color
Monochromatic Colors of #9DEC71
Black with #9DEC71
Text Example
Text Example
White with #9DEC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEC71; }
p { color: rgb(157,236,113); }
H1.HeaderClassName
{
color: #9DEC71;
}
.AnyTagClassName
{
color: #9DEC71;
}
</style>
background-color css
<style>
a { background-color: #9DEC71; }
a { background-color: rgb(157,236,113); }
div.DivClassName
{
background-color: #9DEC71;
}
.BgClassName
{
background-color: #9DEC71;
}
</style>
border-color css
<style>
span { border-color: #9DEC71; }
span { border-color: rgb(157,236,113); }
td.TdClassName
{
border-color: #9DEC71;
}
.TagClassName
{
border-color: #9DEC71;
}
</style>