Shades of Feijoa #9BFB6D
Tints of Feijoa #9BFB6D
RGB
CMYK
RGB Variations
Color information
#9BFB6D (or 0x9BFB6D) is known color: Feijoa. HEX triplet: 9B, FB and 6D. RGB value is (155,251,109). Sum of RGB (Red+Green+Blue) = 155+251+109=515 (68% of max value = 765). Red value is 155 (60.94% from 255 or 30.10% from 515); Green value is 251 (98.44% from 255 or 48.74% from 515); Blue value is 109 (42.97% from 255 or 21.17% from 515); Max value from RGB is 251 - color contains mainly: green. Hex color #9BFB6D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BFB6D is #640492. Grayscale: #CECECE. Windows color (decimal): -6554771 or 7207835. OLE color: 7207835.
HSL color Cylindrical-coordinate representation of color #9BFB6D: hue angle of 100.56º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9BFB6D is Cyan = 0.38, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 155 | 251 | 109 | - |
| CMYK | 0.38 | 0 | 0.57 | 0.02 |
| HSL | 100.56º | 0.95% | 0.71% | - |
| HSV(B) | 100.56º | 0.57% | 0.98% | - |
| XYZ | 50.78 | 77.07 | 26.67 | - |
| YUV | 206.11 | 73.2 | 91.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 251 | 109 | 0.38 | 0 | 0.57 | 0.02 | 100.56 | 0.95 | 0.71 |
| Hex | 9B | FB | 6D | 26 | 0 | 39 | 2 | 65 | 5F | 47 |
| Octal | 233 | 373 | 155 | 46 | 0 | 71 | 2 | 145 | 137 | 107 |
| Binary | 10011011 | 11111011 | 1101101 | 100110 | 0 | 111001 | 10 | 1100101 | 1011111 | 1000111 |
Color Harmonies of #9BFB6D
Complementary color
Monochromatic Colors of #9BFB6D
Black with #9BFB6D
Text Example
Text Example
White with #9BFB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFB6D; }
p { color: rgb(155,251,109); }
H1.HeaderClassName
{
color: #9BFB6D;
}
.AnyTagClassName
{
color: #9BFB6D;
}
</style>
background-color css
<style>
a { background-color: #9BFB6D; }
a { background-color: rgb(155,251,109); }
div.DivClassName
{
background-color: #9BFB6D;
}
.BgClassName
{
background-color: #9BFB6D;
}
</style>
border-color css
<style>
span { border-color: #9BFB6D; }
span { border-color: rgb(155,251,109); }
td.TdClassName
{
border-color: #9BFB6D;
}
.TagClassName
{
border-color: #9BFB6D;
}
</style>