Shades of Feijoa #9BFC71
Tints of Feijoa #9BFC71
RGB
CMYK
RGB Variations
Color information
#9BFC71 (or 0x9BFC71) is known color: Feijoa. HEX triplet: 9B, FC and 71. RGB value is (155,252,113). Sum of RGB (Red+Green+Blue) = 155+252+113=520 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.81% from 520); Green value is 252 (98.83% from 255 or 48.46% from 520); Blue value is 113 (44.53% from 255 or 21.73% from 520); Max value from RGB is 252 - color contains mainly: green. Hex color #9BFC71 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BFC71 is #64038E. Grayscale: #CFCFCF. Windows color (decimal): -6554511 or 7470235. OLE color: 7470235.
HSL color Cylindrical-coordinate representation of color #9BFC71: hue angle of 101.87º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9BFC71 is Cyan = 0.38, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 155 | 252 | 113 | - |
| CMYK | 0.38 | 0 | 0.55 | 0.01 |
| HSL | 101.87º | 0.96% | 0.72% | - |
| HSV(B) | 101.87º | 0.55% | 0.99% | - |
| XYZ | 51.31 | 77.78 | 27.93 | - |
| YUV | 207.15 | 74.86 | 90.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 252 | 113 | 0.38 | 0 | 0.55 | 0.01 | 101.87 | 0.96 | 0.72 |
| Hex | 9B | FC | 71 | 26 | 0 | 37 | 1 | 66 | 60 | 48 |
| Octal | 233 | 374 | 161 | 46 | 0 | 67 | 1 | 146 | 140 | 110 |
| Binary | 10011011 | 11111100 | 1110001 | 100110 | 0 | 110111 | 1 | 1100110 | 1100000 | 1001000 |
Color Harmonies of #9BFC71
Complementary color
Monochromatic Colors of #9BFC71
Black with #9BFC71
Text Example
Text Example
White with #9BFC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFC71; }
p { color: rgb(155,252,113); }
H1.HeaderClassName
{
color: #9BFC71;
}
.AnyTagClassName
{
color: #9BFC71;
}
</style>
background-color css
<style>
a { background-color: #9BFC71; }
a { background-color: rgb(155,252,113); }
div.DivClassName
{
background-color: #9BFC71;
}
.BgClassName
{
background-color: #9BFC71;
}
</style>
border-color css
<style>
span { border-color: #9BFC71; }
span { border-color: rgb(155,252,113); }
td.TdClassName
{
border-color: #9BFC71;
}
.TagClassName
{
border-color: #9BFC71;
}
</style>