Shades of Feijoa #98EC65
Tints of Feijoa #98EC65
RGB
CMYK
RGB Variations
Color information
#98EC65 (or 0x98EC65) is known color: Feijoa. HEX triplet: 98, EC and 65. RGB value is (152,236,101). Sum of RGB (Red+Green+Blue) = 152+236+101=489 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.08% from 489); Green value is 236 (92.58% from 255 or 48.26% from 489); Blue value is 101 (39.84% from 255 or 20.65% from 489); Max value from RGB is 236 - color contains mainly: green. Hex color #98EC65 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #98EC65 is #67139A. Grayscale: #C3C3C3. Windows color (decimal): -6755227 or 6679704. OLE color: 6679704.
HSL color Cylindrical-coordinate representation of color #98EC65: hue angle of 97.33º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #98EC65 is Cyan = 0.36, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 152 | 236 | 101 | - |
| CMYK | 0.36 | 0 | 0.57 | 0.07 |
| HSL | 97.33º | 0.78% | 0.66% | - |
| HSV(B) | 97.33º | 0.57% | 0.93% | - |
| XYZ | 45.29 | 67.61 | 22.97 | - |
| YUV | 195.49 | 74.67 | 96.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 236 | 101 | 0.36 | 0 | 0.57 | 0.07 | 97.33 | 0.78 | 0.66 |
| Hex | 98 | EC | 65 | 24 | 0 | 39 | 7 | 61 | 4E | 42 |
| Octal | 230 | 354 | 145 | 44 | 0 | 71 | 7 | 141 | 116 | 102 |
| Binary | 10011000 | 11101100 | 1100101 | 100100 | 0 | 111001 | 111 | 1100001 | 1001110 | 1000010 |
Color Harmonies of #98EC65
Complementary color
Monochromatic Colors of #98EC65
Black with #98EC65
Text Example
Text Example
White with #98EC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98EC65; }
p { color: rgb(152,236,101); }
H1.HeaderClassName
{
color: #98EC65;
}
.AnyTagClassName
{
color: #98EC65;
}
</style>
background-color css
<style>
a { background-color: #98EC65; }
a { background-color: rgb(152,236,101); }
div.DivClassName
{
background-color: #98EC65;
}
.BgClassName
{
background-color: #98EC65;
}
</style>
border-color css
<style>
span { border-color: #98EC65; }
span { border-color: rgb(152,236,101); }
td.TdClassName
{
border-color: #98EC65;
}
.TagClassName
{
border-color: #98EC65;
}
</style>