Shades of Feijoa #98E266
Tints of Feijoa #98E266
RGB
CMYK
RGB Variations
Color information
#98E266 (or 0x98E266) is known color: Feijoa. HEX triplet: 98, E2 and 66. RGB value is (152,226,102). Sum of RGB (Red+Green+Blue) = 152+226+102=480 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.67% from 480); Green value is 226 (88.67% from 255 or 47.08% from 480); Blue value is 102 (40.23% from 255 or 21.25% from 480); Max value from RGB is 226 - color contains mainly: green. Hex color #98E266 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98E266 is #671D99. Grayscale: #BEBEBE. Windows color (decimal): -6757786 or 6742680. OLE color: 6742680.
HSL color Cylindrical-coordinate representation of color #98E266: hue angle of 95.81º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #98E266 is Cyan = 0.33, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 152 | 226 | 102 | - |
| CMYK | 0.33 | 0 | 0.55 | 0.11 |
| HSL | 95.81º | 0.68% | 0.64% | - |
| HSV(B) | 95.81º | 0.55% | 0.89% | - |
| XYZ | 42.54 | 62.03 | 22.3 | - |
| YUV | 189.74 | 78.48 | 101.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 226 | 102 | 0.33 | 0 | 0.55 | 0.11 | 95.81 | 0.68 | 0.64 |
| Hex | 98 | E2 | 66 | 21 | 0 | 37 | B | 60 | 44 | 40 |
| Octal | 230 | 342 | 146 | 41 | 0 | 67 | 13 | 140 | 104 | 100 |
| Binary | 10011000 | 11100010 | 1100110 | 100001 | 0 | 110111 | 1011 | 1100000 | 1000100 | 1000000 |
Color Harmonies of #98E266
Complementary color
Monochromatic Colors of #98E266
Black with #98E266
Text Example
Text Example
White with #98E266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98E266; }
p { color: rgb(152,226,102); }
H1.HeaderClassName
{
color: #98E266;
}
.AnyTagClassName
{
color: #98E266;
}
</style>
background-color css
<style>
a { background-color: #98E266; }
a { background-color: rgb(152,226,102); }
div.DivClassName
{
background-color: #98E266;
}
.BgClassName
{
background-color: #98E266;
}
</style>
border-color css
<style>
span { border-color: #98E266; }
span { border-color: rgb(152,226,102); }
td.TdClassName
{
border-color: #98E266;
}
.TagClassName
{
border-color: #98E266;
}
</style>