Shades of Feijoa #98F275
Tints of Feijoa #98F275
RGB
CMYK
RGB Variations
Color information
#98F275 (or 0x98F275) is known color: Feijoa. HEX triplet: 98, F2 and 75. RGB value is (152,242,117). Sum of RGB (Red+Green+Blue) = 152+242+117=511 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.75% from 511); Green value is 242 (94.92% from 255 or 47.36% from 511); Blue value is 117 (46.09% from 255 or 22.90% from 511); Max value from RGB is 242 - color contains mainly: green. Hex color #98F275 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #98F275 is #670D8A. Grayscale: #C9C9C9. Windows color (decimal): -6753675 or 7729816. OLE color: 7729816.
HSL color Cylindrical-coordinate representation of color #98F275: hue angle of 103.2º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #98F275 is Cyan = 0.37, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 152 | 242 | 117 | - |
| CMYK | 0.37 | 0 | 0.52 | 0.05 |
| HSL | 103.2º | 0.83% | 0.7% | - |
| HSV(B) | 103.2º | 0.52% | 0.95% | - |
| XYZ | 47.91 | 71.46 | 28.1 | - |
| YUV | 200.84 | 80.68 | 93.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 242 | 117 | 0.37 | 0 | 0.52 | 0.05 | 103.2 | 0.83 | 0.7 |
| Hex | 98 | F2 | 75 | 25 | 0 | 34 | 5 | 67 | 53 | 46 |
| Octal | 230 | 362 | 165 | 45 | 0 | 64 | 5 | 147 | 123 | 106 |
| Binary | 10011000 | 11110010 | 1110101 | 100101 | 0 | 110100 | 101 | 1100111 | 1010011 | 1000110 |
Color Harmonies of #98F275
Complementary color
Monochromatic Colors of #98F275
Black with #98F275
Text Example
Text Example
White with #98F275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98F275; }
p { color: rgb(152,242,117); }
H1.HeaderClassName
{
color: #98F275;
}
.AnyTagClassName
{
color: #98F275;
}
</style>
background-color css
<style>
a { background-color: #98F275; }
a { background-color: rgb(152,242,117); }
div.DivClassName
{
background-color: #98F275;
}
.BgClassName
{
background-color: #98F275;
}
</style>
border-color css
<style>
span { border-color: #98F275; }
span { border-color: rgb(152,242,117); }
td.TdClassName
{
border-color: #98F275;
}
.TagClassName
{
border-color: #98F275;
}
</style>