Shades of Feijoa #98EA74
Tints of Feijoa #98EA74
RGB
CMYK
RGB Variations
Color information
#98EA74 (or 0x98EA74) is known color: Feijoa. HEX triplet: 98, EA and 74. RGB value is (152,234,116). Sum of RGB (Red+Green+Blue) = 152+234+116=502 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.28% from 502); Green value is 234 (91.80% from 255 or 46.61% from 502); Blue value is 116 (45.70% from 255 or 23.11% from 502); Max value from RGB is 234 - color contains mainly: green. Hex color #98EA74 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #98EA74 is #67158B. Grayscale: #C4C4C4. Windows color (decimal): -6755724 or 7662232. OLE color: 7662232.
HSL color Cylindrical-coordinate representation of color #98EA74: hue angle of 101.69º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #98EA74 is Cyan = 0.35, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 152 | 234 | 116 | - |
| CMYK | 0.35 | 0 | 0.50 | 0.08 |
| HSL | 101.69º | 0.74% | 0.69% | - |
| HSV(B) | 101.69º | 0.5% | 0.92% | - |
| XYZ | 45.52 | 66.78 | 27.01 | - |
| YUV | 196.03 | 82.83 | 96.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 234 | 116 | 0.35 | 0 | 0.50 | 0.08 | 101.69 | 0.74 | 0.69 |
| Hex | 98 | EA | 74 | 23 | 0 | 32 | 8 | 66 | 4A | 45 |
| Octal | 230 | 352 | 164 | 43 | 0 | 62 | 10 | 146 | 112 | 105 |
| Binary | 10011000 | 11101010 | 1110100 | 100011 | 0 | 110010 | 1000 | 1100110 | 1001010 | 1000101 |
Color Harmonies of #98EA74
Complementary color
Monochromatic Colors of #98EA74
Black with #98EA74
Text Example
Text Example
White with #98EA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98EA74; }
p { color: rgb(152,234,116); }
H1.HeaderClassName
{
color: #98EA74;
}
.AnyTagClassName
{
color: #98EA74;
}
</style>
background-color css
<style>
a { background-color: #98EA74; }
a { background-color: rgb(152,234,116); }
div.DivClassName
{
background-color: #98EA74;
}
.BgClassName
{
background-color: #98EA74;
}
</style>
border-color css
<style>
span { border-color: #98EA74; }
span { border-color: rgb(152,234,116); }
td.TdClassName
{
border-color: #98EA74;
}
.TagClassName
{
border-color: #98EA74;
}
</style>