Shades of Feijoa #9BFB71
Tints of Feijoa #9BFB71
RGB
CMYK
RGB Variations
Color information
#9BFB71 (or 0x9BFB71) is known color: Feijoa. HEX triplet: 9B, FB and 71. RGB value is (155,251,113). Sum of RGB (Red+Green+Blue) = 155+251+113=519 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.87% from 519); Green value is 251 (98.44% from 255 or 48.36% from 519); Blue value is 113 (44.53% from 255 or 21.77% from 519); Max value from RGB is 251 - color contains mainly: green. Hex color #9BFB71 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BFB71 is #64048E. Grayscale: #CFCFCF. Windows color (decimal): -6554767 or 7469979. OLE color: 7469979.
HSL color Cylindrical-coordinate representation of color #9BFB71: hue angle of 101.74º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9BFB71 is Cyan = 0.38, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 155 | 251 | 113 | - |
| CMYK | 0.38 | 0 | 0.55 | 0.02 |
| HSL | 101.74º | 0.95% | 0.71% | - |
| HSV(B) | 101.74º | 0.55% | 0.98% | - |
| XYZ | 51 | 77.16 | 27.83 | - |
| YUV | 206.56 | 75.2 | 91.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 251 | 113 | 0.38 | 0 | 0.55 | 0.02 | 101.74 | 0.95 | 0.71 |
| Hex | 9B | FB | 71 | 26 | 0 | 37 | 2 | 66 | 5F | 47 |
| Octal | 233 | 373 | 161 | 46 | 0 | 67 | 2 | 146 | 137 | 107 |
| Binary | 10011011 | 11111011 | 1110001 | 100110 | 0 | 110111 | 10 | 1100110 | 1011111 | 1000111 |
Color Harmonies of #9BFB71
Complementary color
Monochromatic Colors of #9BFB71
Black with #9BFB71
Text Example
Text Example
White with #9BFB71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFB71; }
p { color: rgb(155,251,113); }
H1.HeaderClassName
{
color: #9BFB71;
}
.AnyTagClassName
{
color: #9BFB71;
}
</style>
background-color css
<style>
a { background-color: #9BFB71; }
a { background-color: rgb(155,251,113); }
div.DivClassName
{
background-color: #9BFB71;
}
.BgClassName
{
background-color: #9BFB71;
}
</style>
border-color css
<style>
span { border-color: #9BFB71; }
span { border-color: rgb(155,251,113); }
td.TdClassName
{
border-color: #9BFB71;
}
.TagClassName
{
border-color: #9BFB71;
}
</style>