Shades of Feijoa #9EFD71
Tints of Feijoa #9EFD71
RGB
CMYK
RGB Variations
Color information
#9EFD71 (or 0x9EFD71) is known color: Feijoa. HEX triplet: 9E, FD and 71. RGB value is (158,253,113). Sum of RGB (Red+Green+Blue) = 158+253+113=524 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.15% from 524); Green value is 253 (99.22% from 255 or 48.28% from 524); Blue value is 113 (44.53% from 255 or 21.56% from 524); Max value from RGB is 253 - color contains mainly: green. Hex color #9EFD71 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EFD71 is #61028E. Grayscale: #D1D1D1. Windows color (decimal): -6357647 or 7470494. OLE color: 7470494.
HSL color Cylindrical-coordinate representation of color #9EFD71: hue angle of 100.71º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9EFD71 is Cyan = 0.38, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 158 | 253 | 113 | - |
| CMYK | 0.38 | 0 | 0.55 | 0.01 |
| HSL | 100.71º | 0.97% | 0.72% | - |
| HSV(B) | 100.71º | 0.55% | 0.99% | - |
| XYZ | 52.21 | 78.71 | 28.06 | - |
| YUV | 208.64 | 74.03 | 91.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 253 | 113 | 0.38 | 0 | 0.55 | 0.01 | 100.71 | 0.97 | 0.72 |
| Hex | 9E | FD | 71 | 26 | 0 | 37 | 1 | 65 | 61 | 48 |
| Octal | 236 | 375 | 161 | 46 | 0 | 67 | 1 | 145 | 141 | 110 |
| Binary | 10011110 | 11111101 | 1110001 | 100110 | 0 | 110111 | 1 | 1100101 | 1100001 | 1001000 |
Color Harmonies of #9EFD71
Complementary color
Monochromatic Colors of #9EFD71
Black with #9EFD71
Text Example
Text Example
White with #9EFD71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EFD71; }
p { color: rgb(158,253,113); }
H1.HeaderClassName
{
color: #9EFD71;
}
.AnyTagClassName
{
color: #9EFD71;
}
</style>
background-color css
<style>
a { background-color: #9EFD71; }
a { background-color: rgb(158,253,113); }
div.DivClassName
{
background-color: #9EFD71;
}
.BgClassName
{
background-color: #9EFD71;
}
</style>
border-color css
<style>
span { border-color: #9EFD71; }
span { border-color: rgb(158,253,113); }
td.TdClassName
{
border-color: #9EFD71;
}
.TagClassName
{
border-color: #9EFD71;
}
</style>