Shades of Feijoa #98EC6D
Tints of Feijoa #98EC6D
RGB
CMYK
RGB Variations
Color information
#98EC6D (or 0x98EC6D) is known color: Feijoa. HEX triplet: 98, EC and 6D. RGB value is (152,236,109). Sum of RGB (Red+Green+Blue) = 152+236+109=497 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.58% from 497); Green value is 236 (92.58% from 255 or 47.48% from 497); Blue value is 109 (42.97% from 255 or 21.93% from 497); Max value from RGB is 236 - color contains mainly: green. Hex color #98EC6D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #98EC6D is #671392. Grayscale: #C4C4C4. Windows color (decimal): -6755219 or 7203992. OLE color: 7203992.
HSL color Cylindrical-coordinate representation of color #98EC6D: hue angle of 99.69º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #98EC6D is Cyan = 0.36, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 152 | 236 | 109 | - |
| CMYK | 0.36 | 0 | 0.54 | 0.07 |
| HSL | 99.69º | 0.77% | 0.68% | - |
| HSV(B) | 99.69º | 0.54% | 0.93% | - |
| XYZ | 45.7 | 67.77 | 25.14 | - |
| YUV | 196.41 | 78.67 | 96.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 236 | 109 | 0.36 | 0 | 0.54 | 0.07 | 99.69 | 0.77 | 0.68 |
| Hex | 98 | EC | 6D | 24 | 0 | 36 | 7 | 64 | 4D | 44 |
| Octal | 230 | 354 | 155 | 44 | 0 | 66 | 7 | 144 | 115 | 104 |
| Binary | 10011000 | 11101100 | 1101101 | 100100 | 0 | 110110 | 111 | 1100100 | 1001101 | 1000100 |
Color Harmonies of #98EC6D
Complementary color
Monochromatic Colors of #98EC6D
Black with #98EC6D
Text Example
Text Example
White with #98EC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98EC6D; }
p { color: rgb(152,236,109); }
H1.HeaderClassName
{
color: #98EC6D;
}
.AnyTagClassName
{
color: #98EC6D;
}
</style>
background-color css
<style>
a { background-color: #98EC6D; }
a { background-color: rgb(152,236,109); }
div.DivClassName
{
background-color: #98EC6D;
}
.BgClassName
{
background-color: #98EC6D;
}
</style>
border-color css
<style>
span { border-color: #98EC6D; }
span { border-color: rgb(152,236,109); }
td.TdClassName
{
border-color: #98EC6D;
}
.TagClassName
{
border-color: #98EC6D;
}
</style>