Shades of Feijoa #9BEE77
Tints of Feijoa #9BEE77
RGB
CMYK
RGB Variations
Color information
#9BEE77 (or 0x9BEE77) is known color: Feijoa. HEX triplet: 9B, EE and 77. RGB value is (155,238,119). Sum of RGB (Red+Green+Blue) = 155+238+119=512 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.27% from 512); Green value is 238 (93.36% from 255 or 46.48% from 512); Blue value is 119 (46.88% from 255 or 23.24% from 512); Max value from RGB is 238 - color contains mainly: green. Hex color #9BEE77 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BEE77 is #641188. Grayscale: #C8C8C8. Windows color (decimal): -6558089 or 7859867. OLE color: 7859867.
HSL color Cylindrical-coordinate representation of color #9BEE77: hue angle of 101.85º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9BEE77 is Cyan = 0.35, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 238 | 119 | - |
| CMYK | 0.35 | 0 | 0.50 | 0.07 |
| HSL | 101.85º | 0.78% | 0.7% | - |
| HSV(B) | 101.85º | 0.5% | 0.93% | - |
| XYZ | 47.42 | 69.45 | 28.36 | - |
| YUV | 199.62 | 82.5 | 96.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 238 | 119 | 0.35 | 0 | 0.50 | 0.07 | 101.85 | 0.78 | 0.7 |
| Hex | 9B | EE | 77 | 23 | 0 | 32 | 7 | 66 | 4E | 46 |
| Octal | 233 | 356 | 167 | 43 | 0 | 62 | 7 | 146 | 116 | 106 |
| Binary | 10011011 | 11101110 | 1110111 | 100011 | 0 | 110010 | 111 | 1100110 | 1001110 | 1000110 |
Color Harmonies of #9BEE77
Complementary color
Monochromatic Colors of #9BEE77
Black with #9BEE77
Text Example
Text Example
White with #9BEE77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BEE77; }
p { color: rgb(155,238,119); }
H1.HeaderClassName
{
color: #9BEE77;
}
.AnyTagClassName
{
color: #9BEE77;
}
</style>
background-color css
<style>
a { background-color: #9BEE77; }
a { background-color: rgb(155,238,119); }
div.DivClassName
{
background-color: #9BEE77;
}
.BgClassName
{
background-color: #9BEE77;
}
</style>
border-color css
<style>
span { border-color: #9BEE77; }
span { border-color: rgb(155,238,119); }
td.TdClassName
{
border-color: #9BEE77;
}
.TagClassName
{
border-color: #9BEE77;
}
</style>