Shades of Feijoa #98FF66
Tints of Feijoa #98FF66
RGB
CMYK
RGB Variations
Color information
#98FF66 (or 0x98FF66) is known color: Feijoa. HEX triplet: 98, FF and 66. RGB value is (152,255,102). Sum of RGB (Red+Green+Blue) = 152+255+102=509 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.86% from 509); Green value is 255 (100% from 255 or 50.10% from 509); Blue value is 102 (40.23% from 255 or 20.04% from 509); Max value from RGB is 255 - color contains mainly: green. Hex color #98FF66 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #98FF66 is #670099. Grayscale: #CFCFCF. Windows color (decimal): -6750362 or 6750104. OLE color: 6750104.
HSL color Cylindrical-coordinate representation of color #98FF66: hue angle of 100.39º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #98FF66 is Cyan = 0.40, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.
Color convert
| RGB | 152 | 255 | 102 | - |
| CMYK | 0.40 | 0 | 0.6 | 0 |
| HSL | 100.39º | 1% | 0.7% | - |
| HSV(B) | 100.39º | 0.6% | 1% | - |
| XYZ | 51.11 | 79.15 | 25.16 | - |
| YUV | 206.76 | 68.88 | 88.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 255 | 102 | 0.40 | 0 | 0.6 | 0 | 100.39 | 1 | 0.7 |
| Hex | 98 | FF | 66 | 28 | 0 | 3C | 0 | 64 | 64 | 46 |
| Octal | 230 | 377 | 146 | 50 | 0 | 74 | 0 | 144 | 144 | 106 |
| Binary | 10011000 | 11111111 | 1100110 | 101000 | 0 | 111100 | 0 | 1100100 | 1100100 | 1000110 |
Color Harmonies of #98FF66
Complementary color
Monochromatic Colors of #98FF66
Black with #98FF66
Text Example
Text Example
White with #98FF66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98FF66; }
p { color: rgb(152,255,102); }
H1.HeaderClassName
{
color: #98FF66;
}
.AnyTagClassName
{
color: #98FF66;
}
</style>
background-color css
<style>
a { background-color: #98FF66; }
a { background-color: rgb(152,255,102); }
div.DivClassName
{
background-color: #98FF66;
}
.BgClassName
{
background-color: #98FF66;
}
</style>
border-color css
<style>
span { border-color: #98FF66; }
span { border-color: rgb(152,255,102); }
td.TdClassName
{
border-color: #98FF66;
}
.TagClassName
{
border-color: #98FF66;
}
</style>