Shades of Feijoa #9FEB7D
Tints of Feijoa #9FEB7D
RGB
CMYK
RGB Variations
Color information
#9FEB7D (or 0x9FEB7D) is known color: Feijoa. HEX triplet: 9F, EB and 7D. RGB value is (159,235,125). Sum of RGB (Red+Green+Blue) = 159+235+125=519 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.64% from 519); Green value is 235 (92.19% from 255 or 45.28% from 519); Blue value is 125 (49.22% from 255 or 24.08% from 519); Max value from RGB is 235 - color contains mainly: green. Hex color #9FEB7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FEB7D is #601482. Grayscale: #C8C8C8. Windows color (decimal): -6296707 or 8252319. OLE color: 8252319.
HSL color Cylindrical-coordinate representation of color #9FEB7D: hue angle of 101.45º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9FEB7D is Cyan = 0.32, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 159 | 235 | 125 | - |
| CMYK | 0.32 | 0 | 0.47 | 0.08 |
| HSL | 101.45º | 0.73% | 0.71% | - |
| HSV(B) | 101.45º | 0.47% | 0.92% | - |
| XYZ | 47.71 | 68.27 | 30.06 | - |
| YUV | 199.74 | 85.82 | 98.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 235 | 125 | 0.32 | 0 | 0.47 | 0.08 | 101.45 | 0.73 | 0.71 |
| Hex | 9F | EB | 7D | 20 | 0 | 2F | 8 | 65 | 49 | 47 |
| Octal | 237 | 353 | 175 | 40 | 0 | 57 | 10 | 145 | 111 | 107 |
| Binary | 10011111 | 11101011 | 1111101 | 100000 | 0 | 101111 | 1000 | 1100101 | 1001001 | 1000111 |
Color Harmonies of #9FEB7D
Complementary color
Monochromatic Colors of #9FEB7D
Black with #9FEB7D
Text Example
Text Example
White with #9FEB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEB7D; }
p { color: rgb(159,235,125); }
H1.HeaderClassName
{
color: #9FEB7D;
}
.AnyTagClassName
{
color: #9FEB7D;
}
</style>
background-color css
<style>
a { background-color: #9FEB7D; }
a { background-color: rgb(159,235,125); }
div.DivClassName
{
background-color: #9FEB7D;
}
.BgClassName
{
background-color: #9FEB7D;
}
</style>
border-color css
<style>
span { border-color: #9FEB7D; }
span { border-color: rgb(159,235,125); }
td.TdClassName
{
border-color: #9FEB7D;
}
.TagClassName
{
border-color: #9FEB7D;
}
</style>