Shades of Feijoa #9BE477
Tints of Feijoa #9BE477
RGB
CMYK
RGB Variations
Color information
#9BE477 (or 0x9BE477) is known color: Feijoa. HEX triplet: 9B, E4 and 77. RGB value is (155,228,119). Sum of RGB (Red+Green+Blue) = 155+228+119=502 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.88% from 502); Green value is 228 (89.45% from 255 or 45.42% from 502); Blue value is 119 (46.88% from 255 or 23.71% from 502); Max value from RGB is 228 - color contains mainly: green. Hex color #9BE477 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BE477 is #641B88. Grayscale: #C2C2C2. Windows color (decimal): -6560649 or 7857307. OLE color: 7857307.
HSL color Cylindrical-coordinate representation of color #9BE477: hue angle of 100.18º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9BE477 is Cyan = 0.32, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 155 | 228 | 119 | - |
| CMYK | 0.32 | 0 | 0.48 | 0.11 |
| HSL | 100.18º | 0.67% | 0.68% | - |
| HSV(B) | 100.18º | 0.48% | 0.89% | - |
| XYZ | 44.59 | 63.79 | 27.41 | - |
| YUV | 193.75 | 85.82 | 100.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 228 | 119 | 0.32 | 0 | 0.48 | 0.11 | 100.18 | 0.67 | 0.68 |
| Hex | 9B | E4 | 77 | 20 | 0 | 30 | B | 64 | 43 | 44 |
| Octal | 233 | 344 | 167 | 40 | 0 | 60 | 13 | 144 | 103 | 104 |
| Binary | 10011011 | 11100100 | 1110111 | 100000 | 0 | 110000 | 1011 | 1100100 | 1000011 | 1000100 |
Color Harmonies of #9BE477
Complementary color
Monochromatic Colors of #9BE477
Black with #9BE477
Text Example
Text Example
White with #9BE477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BE477; }
p { color: rgb(155,228,119); }
H1.HeaderClassName
{
color: #9BE477;
}
.AnyTagClassName
{
color: #9BE477;
}
</style>
background-color css
<style>
a { background-color: #9BE477; }
a { background-color: rgb(155,228,119); }
div.DivClassName
{
background-color: #9BE477;
}
.BgClassName
{
background-color: #9BE477;
}
</style>
border-color css
<style>
span { border-color: #9BE477; }
span { border-color: rgb(155,228,119); }
td.TdClassName
{
border-color: #9BE477;
}
.TagClassName
{
border-color: #9BE477;
}
</style>