Shades of Feijoa #9BEC71
Tints of Feijoa #9BEC71
RGB
CMYK
RGB Variations
Color information
#9BEC71 (or 0x9BEC71) is known color: Feijoa. HEX triplet: 9B, EC and 71. RGB value is (155,236,113). Sum of RGB (Red+Green+Blue) = 155+236+113=504 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.75% from 504); Green value is 236 (92.58% from 255 or 46.83% from 504); Blue value is 113 (44.53% from 255 or 22.42% from 504); Max value from RGB is 236 - color contains mainly: green. Hex color #9BEC71 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BEC71 is #64138E. Grayscale: #C6C6C6. Windows color (decimal): -6558607 or 7466139. OLE color: 7466139.
HSL color Cylindrical-coordinate representation of color #9BEC71: hue angle of 99.51º 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 #9BEC71 is Cyan = 0.34, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 236 | 113 | - |
| CMYK | 0.34 | 0 | 0.52 | 0.07 |
| HSL | 99.51º | 0.76% | 0.68% | - |
| HSV(B) | 99.51º | 0.52% | 0.93% | - |
| XYZ | 46.49 | 68.15 | 26.33 | - |
| YUV | 197.76 | 80.16 | 97.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 236 | 113 | 0.34 | 0 | 0.52 | 0.07 | 99.51 | 0.76 | 0.68 |
| Hex | 9B | EC | 71 | 22 | 0 | 34 | 7 | 64 | 4C | 44 |
| Octal | 233 | 354 | 161 | 42 | 0 | 64 | 7 | 144 | 114 | 104 |
| Binary | 10011011 | 11101100 | 1110001 | 100010 | 0 | 110100 | 111 | 1100100 | 1001100 | 1000100 |
Color Harmonies of #9BEC71
Complementary color
Monochromatic Colors of #9BEC71
Black with #9BEC71
Text Example
Text Example
White with #9BEC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BEC71; }
p { color: rgb(155,236,113); }
H1.HeaderClassName
{
color: #9BEC71;
}
.AnyTagClassName
{
color: #9BEC71;
}
</style>
background-color css
<style>
a { background-color: #9BEC71; }
a { background-color: rgb(155,236,113); }
div.DivClassName
{
background-color: #9BEC71;
}
.BgClassName
{
background-color: #9BEC71;
}
</style>
border-color css
<style>
span { border-color: #9BEC71; }
span { border-color: rgb(155,236,113); }
td.TdClassName
{
border-color: #9BEC71;
}
.TagClassName
{
border-color: #9BEC71;
}
</style>