Shades of Feijoa #98EC70
Tints of Feijoa #98EC70
RGB
CMYK
RGB Variations
Color information
#98EC70 (or 0x98EC70) is known color: Feijoa. HEX triplet: 98, EC and 70. RGB value is (152,236,112). Sum of RGB (Red+Green+Blue) = 152+236+112=500 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.4% from 500); Green value is 236 (92.58% from 255 or 47.2% from 500); Blue value is 112 (44.14% from 255 or 22.4% from 500); Max value from RGB is 236 - color contains mainly: green. Hex color #98EC70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #98EC70 is #67138F. Grayscale: #C5C5C5. Windows color (decimal): -6755216 or 7400600. OLE color: 7400600.
HSL color Cylindrical-coordinate representation of color #98EC70: hue angle of 100.65º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #98EC70 is Cyan = 0.36, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 152 | 236 | 112 | - |
| CMYK | 0.36 | 0 | 0.53 | 0.07 |
| HSL | 100.65º | 0.77% | 0.68% | - |
| HSV(B) | 100.65º | 0.53% | 0.93% | - |
| XYZ | 45.87 | 67.84 | 26.01 | - |
| YUV | 196.75 | 80.17 | 96.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 236 | 112 | 0.36 | 0 | 0.53 | 0.07 | 100.65 | 0.77 | 0.68 |
| Hex | 98 | EC | 70 | 24 | 0 | 35 | 7 | 65 | 4D | 44 |
| Octal | 230 | 354 | 160 | 44 | 0 | 65 | 7 | 145 | 115 | 104 |
| Binary | 10011000 | 11101100 | 1110000 | 100100 | 0 | 110101 | 111 | 1100101 | 1001101 | 1000100 |
Color Harmonies of #98EC70
Complementary color
Monochromatic Colors of #98EC70
Black with #98EC70
Text Example
Text Example
White with #98EC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98EC70; }
p { color: rgb(152,236,112); }
H1.HeaderClassName
{
color: #98EC70;
}
.AnyTagClassName
{
color: #98EC70;
}
</style>
background-color css
<style>
a { background-color: #98EC70; }
a { background-color: rgb(152,236,112); }
div.DivClassName
{
background-color: #98EC70;
}
.BgClassName
{
background-color: #98EC70;
}
</style>
border-color css
<style>
span { border-color: #98EC70; }
span { border-color: rgb(152,236,112); }
td.TdClassName
{
border-color: #98EC70;
}
.TagClassName
{
border-color: #98EC70;
}
</style>