Shades of Feijoa #9EFB73
Tints of Feijoa #9EFB73
RGB
CMYK
RGB Variations
Color information
#9EFB73 (or 0x9EFB73) is known color: Feijoa. HEX triplet: 9E, FB and 73. RGB value is (158,251,115). Sum of RGB (Red+Green+Blue) = 158+251+115=524 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.15% from 524); Green value is 251 (98.44% from 255 or 47.90% from 524); Blue value is 115 (45.31% from 255 or 21.95% from 524); Max value from RGB is 251 - color contains mainly: green. Hex color #9EFB73 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EFB73 is #61048C. Grayscale: #D0D0D0. Windows color (decimal): -6358157 or 7601054. OLE color: 7601054.
HSL color Cylindrical-coordinate representation of color #9EFB73: hue angle of 101.03º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9EFB73 is Cyan = 0.37, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 158 | 251 | 115 | - |
| CMYK | 0.37 | 0 | 0.54 | 0.02 |
| HSL | 101.03º | 0.94% | 0.72% | - |
| HSV(B) | 101.03º | 0.54% | 0.98% | - |
| XYZ | 51.69 | 77.5 | 28.45 | - |
| YUV | 207.69 | 75.69 | 92.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 251 | 115 | 0.37 | 0 | 0.54 | 0.02 | 101.03 | 0.94 | 0.72 |
| Hex | 9E | FB | 73 | 25 | 0 | 36 | 2 | 65 | 5E | 48 |
| Octal | 236 | 373 | 163 | 45 | 0 | 66 | 2 | 145 | 136 | 110 |
| Binary | 10011110 | 11111011 | 1110011 | 100101 | 0 | 110110 | 10 | 1100101 | 1011110 | 1001000 |
Color Harmonies of #9EFB73
Complementary color
Monochromatic Colors of #9EFB73
Black with #9EFB73
Text Example
Text Example
White with #9EFB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EFB73; }
p { color: rgb(158,251,115); }
H1.HeaderClassName
{
color: #9EFB73;
}
.AnyTagClassName
{
color: #9EFB73;
}
</style>
background-color css
<style>
a { background-color: #9EFB73; }
a { background-color: rgb(158,251,115); }
div.DivClassName
{
background-color: #9EFB73;
}
.BgClassName
{
background-color: #9EFB73;
}
</style>
border-color css
<style>
span { border-color: #9EFB73; }
span { border-color: rgb(158,251,115); }
td.TdClassName
{
border-color: #9EFB73;
}
.TagClassName
{
border-color: #9EFB73;
}
</style>