Shades of Feijoa #9BFB72
Tints of Feijoa #9BFB72
RGB
CMYK
RGB Variations
Color information
#9BFB72 (or 0x9BFB72) is known color: Feijoa. HEX triplet: 9B, FB and 72. RGB value is (155,251,114). Sum of RGB (Red+Green+Blue) = 155+251+114=520 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.81% from 520); Green value is 251 (98.44% from 255 or 48.27% from 520); Blue value is 114 (44.92% from 255 or 21.92% from 520); Max value from RGB is 251 - color contains mainly: green. Hex color #9BFB72 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BFB72 is #64048D. Grayscale: #CFCFCF. Windows color (decimal): -6554766 or 7535515. OLE color: 7535515.
HSL color Cylindrical-coordinate representation of color #9BFB72: hue angle of 102.04º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9BFB72 is Cyan = 0.38, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 155 | 251 | 114 | - |
| CMYK | 0.38 | 0 | 0.55 | 0.02 |
| HSL | 102.04º | 0.94% | 0.72% | - |
| HSV(B) | 102.04º | 0.55% | 0.98% | - |
| XYZ | 51.05 | 77.18 | 28.13 | - |
| YUV | 206.68 | 75.7 | 91.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 251 | 114 | 0.38 | 0 | 0.55 | 0.02 | 102.04 | 0.94 | 0.72 |
| Hex | 9B | FB | 72 | 26 | 0 | 37 | 2 | 66 | 5E | 48 |
| Octal | 233 | 373 | 162 | 46 | 0 | 67 | 2 | 146 | 136 | 110 |
| Binary | 10011011 | 11111011 | 1110010 | 100110 | 0 | 110111 | 10 | 1100110 | 1011110 | 1001000 |
Color Harmonies of #9BFB72
Complementary color
Monochromatic Colors of #9BFB72
Black with #9BFB72
Text Example
Text Example
White with #9BFB72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFB72; }
p { color: rgb(155,251,114); }
H1.HeaderClassName
{
color: #9BFB72;
}
.AnyTagClassName
{
color: #9BFB72;
}
</style>
background-color css
<style>
a { background-color: #9BFB72; }
a { background-color: rgb(155,251,114); }
div.DivClassName
{
background-color: #9BFB72;
}
.BgClassName
{
background-color: #9BFB72;
}
</style>
border-color css
<style>
span { border-color: #9BFB72; }
span { border-color: rgb(155,251,114); }
td.TdClassName
{
border-color: #9BFB72;
}
.TagClassName
{
border-color: #9BFB72;
}
</style>