Shades of Feijoa #98FE66
Tints of Feijoa #98FE66
RGB
CMYK
RGB Variations
Color information
#98FE66 (or 0x98FE66) is known color: Feijoa. HEX triplet: 98, FE and 66. RGB value is (152,254,102). Sum of RGB (Red+Green+Blue) = 152+254+102=508 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.92% from 508); Green value is 254 (99.61% from 255 or 50% from 508); Blue value is 102 (40.23% from 255 or 20.08% from 508); Max value from RGB is 254 - color contains mainly: green. Hex color #98FE66 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #98FE66 is #670199. Grayscale: #CECECE. Windows color (decimal): -6750618 or 6749848. OLE color: 6749848.
HSL color Cylindrical-coordinate representation of color #98FE66: hue angle of 100.26º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #98FE66 is Cyan = 0.40, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 152 | 254 | 102 | - |
| CMYK | 0.40 | 0 | 0.60 | 0.00 |
| HSL | 100.26º | 0.99% | 0.7% | - |
| HSV(B) | 100.26º | 0.6% | 1% | - |
| XYZ | 50.79 | 78.52 | 25.05 | - |
| YUV | 206.17 | 69.21 | 89.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 254 | 102 | 0.40 | 0 | 0.60 | 0.00 | 100.26 | 0.99 | 0.7 |
| Hex | 98 | FE | 66 | 28 | 0 | 3C | 0 | 64 | 63 | 46 |
| Octal | 230 | 376 | 146 | 50 | 0 | 74 | 0 | 144 | 143 | 106 |
| Binary | 10011000 | 11111110 | 1100110 | 101000 | 0 | 111100 | 0 | 1100100 | 1100011 | 1000110 |
Color Harmonies of #98FE66
Complementary color
Monochromatic Colors of #98FE66
Black with #98FE66
Text Example
Text Example
White with #98FE66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98FE66; }
p { color: rgb(152,254,102); }
H1.HeaderClassName
{
color: #98FE66;
}
.AnyTagClassName
{
color: #98FE66;
}
</style>
background-color css
<style>
a { background-color: #98FE66; }
a { background-color: rgb(152,254,102); }
div.DivClassName
{
background-color: #98FE66;
}
.BgClassName
{
background-color: #98FE66;
}
</style>
border-color css
<style>
span { border-color: #98FE66; }
span { border-color: rgb(152,254,102); }
td.TdClassName
{
border-color: #98FE66;
}
.TagClassName
{
border-color: #98FE66;
}
</style>