Shades of Feijoa #9BF265
Tints of Feijoa #9BF265
RGB
CMYK
RGB Variations
Color information
#9BF265 (or 0x9BF265) is known color: Feijoa. HEX triplet: 9B, F2 and 65. RGB value is (155,242,101). Sum of RGB (Red+Green+Blue) = 155+242+101=498 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.12% from 498); Green value is 242 (94.92% from 255 or 48.59% from 498); Blue value is 101 (39.84% from 255 or 20.28% from 498); Max value from RGB is 242 - color contains mainly: green. Hex color #9BF265 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BF265 is #640D9A. Grayscale: #C8C8C8. Windows color (decimal): -6557083 or 6681243. OLE color: 6681243.
HSL color Cylindrical-coordinate representation of color #9BF265: hue angle of 97.02º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9BF265 is Cyan = 0.36, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 155 | 242 | 101 | - |
| CMYK | 0.36 | 0 | 0.58 | 0.05 |
| HSL | 97.02º | 0.84% | 0.67% | - |
| HSV(B) | 97.02º | 0.58% | 0.95% | - |
| XYZ | 47.62 | 71.41 | 23.59 | - |
| YUV | 199.91 | 72.18 | 95.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 242 | 101 | 0.36 | 0 | 0.58 | 0.05 | 97.02 | 0.84 | 0.67 |
| Hex | 9B | F2 | 65 | 24 | 0 | 3A | 5 | 61 | 54 | 43 |
| Octal | 233 | 362 | 145 | 44 | 0 | 72 | 5 | 141 | 124 | 103 |
| Binary | 10011011 | 11110010 | 1100101 | 100100 | 0 | 111010 | 101 | 1100001 | 1010100 | 1000011 |
Color Harmonies of #9BF265
Complementary color
Monochromatic Colors of #9BF265
Black with #9BF265
Text Example
Text Example
White with #9BF265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF265; }
p { color: rgb(155,242,101); }
H1.HeaderClassName
{
color: #9BF265;
}
.AnyTagClassName
{
color: #9BF265;
}
</style>
background-color css
<style>
a { background-color: #9BF265; }
a { background-color: rgb(155,242,101); }
div.DivClassName
{
background-color: #9BF265;
}
.BgClassName
{
background-color: #9BF265;
}
</style>
border-color css
<style>
span { border-color: #9BF265; }
span { border-color: rgb(155,242,101); }
td.TdClassName
{
border-color: #9BF265;
}
.TagClassName
{
border-color: #9BF265;
}
</style>