Shades of Feijoa #98E463
Tints of Feijoa #98E463
RGB
CMYK
RGB Variations
Color information
#98E463 (or 0x98E463) is known color: Feijoa. HEX triplet: 98, E4 and 63. RGB value is (152,228,99). Sum of RGB (Red+Green+Blue) = 152+228+99=479 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.73% from 479); Green value is 228 (89.45% from 255 or 47.60% from 479); Blue value is 99 (39.06% from 255 or 20.67% from 479); Max value from RGB is 228 - color contains mainly: green. Hex color #98E463 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98E463 is #671B9C. Grayscale: #BFBFBF. Windows color (decimal): -6757277 or 6546584. OLE color: 6546584.
HSL color Cylindrical-coordinate representation of color #98E463: hue angle of 95.35º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #98E463 is Cyan = 0.33, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 152 | 228 | 99 | - |
| CMYK | 0.33 | 0 | 0.57 | 0.11 |
| HSL | 95.35º | 0.7% | 0.64% | - |
| HSV(B) | 95.35º | 0.57% | 0.89% | - |
| XYZ | 42.94 | 63.06 | 21.71 | - |
| YUV | 190.57 | 76.32 | 100.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 228 | 99 | 0.33 | 0 | 0.57 | 0.11 | 95.35 | 0.7 | 0.64 |
| Hex | 98 | E4 | 63 | 21 | 0 | 39 | B | 5F | 46 | 40 |
| Octal | 230 | 344 | 143 | 41 | 0 | 71 | 13 | 137 | 106 | 100 |
| Binary | 10011000 | 11100100 | 1100011 | 100001 | 0 | 111001 | 1011 | 1011111 | 1000110 | 1000000 |
Color Harmonies of #98E463
Complementary color
Monochromatic Colors of #98E463
Black with #98E463
Text Example
Text Example
White with #98E463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98E463; }
p { color: rgb(152,228,99); }
H1.HeaderClassName
{
color: #98E463;
}
.AnyTagClassName
{
color: #98E463;
}
</style>
background-color css
<style>
a { background-color: #98E463; }
a { background-color: rgb(152,228,99); }
div.DivClassName
{
background-color: #98E463;
}
.BgClassName
{
background-color: #98E463;
}
</style>
border-color css
<style>
span { border-color: #98E463; }
span { border-color: rgb(152,228,99); }
td.TdClassName
{
border-color: #98E463;
}
.TagClassName
{
border-color: #98E463;
}
</style>