Shades of Feijoa #9BE375
Tints of Feijoa #9BE375
RGB
CMYK
RGB Variations
Color information
#9BE375 (or 0x9BE375) is known color: Feijoa. HEX triplet: 9B, E3 and 75. RGB value is (155,227,117). Sum of RGB (Red+Green+Blue) = 155+227+117=499 (66% of max value = 765). Red value is 155 (60.94% from 255 or 31.06% from 499); Green value is 227 (89.06% from 255 or 45.49% from 499); Blue value is 117 (46.09% from 255 or 23.45% from 499); Max value from RGB is 227 - color contains mainly: green. Hex color #9BE375 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BE375 is #641C8A. Grayscale: #C1C1C1. Windows color (decimal): -6560907 or 7725979. OLE color: 7725979.
HSL color Cylindrical-coordinate representation of color #9BE375: hue angle of 99.27º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9BE375 is Cyan = 0.32, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 155 | 227 | 117 | - |
| CMYK | 0.32 | 0 | 0.48 | 0.11 |
| HSL | 99.27º | 0.66% | 0.67% | - |
| HSV(B) | 99.27º | 0.48% | 0.89% | - |
| XYZ | 44.2 | 63.19 | 26.7 | - |
| YUV | 192.93 | 85.15 | 100.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 227 | 117 | 0.32 | 0 | 0.48 | 0.11 | 99.27 | 0.66 | 0.67 |
| Hex | 9B | E3 | 75 | 20 | 0 | 30 | B | 63 | 42 | 43 |
| Octal | 233 | 343 | 165 | 40 | 0 | 60 | 13 | 143 | 102 | 103 |
| Binary | 10011011 | 11100011 | 1110101 | 100000 | 0 | 110000 | 1011 | 1100011 | 1000010 | 1000011 |
Color Harmonies of #9BE375
Complementary color
Monochromatic Colors of #9BE375
Black with #9BE375
Text Example
Text Example
White with #9BE375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BE375; }
p { color: rgb(155,227,117); }
H1.HeaderClassName
{
color: #9BE375;
}
.AnyTagClassName
{
color: #9BE375;
}
</style>
background-color css
<style>
a { background-color: #9BE375; }
a { background-color: rgb(155,227,117); }
div.DivClassName
{
background-color: #9BE375;
}
.BgClassName
{
background-color: #9BE375;
}
</style>
border-color css
<style>
span { border-color: #9BE375; }
span { border-color: rgb(155,227,117); }
td.TdClassName
{
border-color: #9BE375;
}
.TagClassName
{
border-color: #9BE375;
}
</style>