Shades of Feijoa #98F56C
Tints of Feijoa #98F56C
RGB
CMYK
RGB Variations
Color information
#98F56C (or 0x98F56C) is known color: Feijoa. HEX triplet: 98, F5 and 6C. RGB value is (152,245,108). Sum of RGB (Red+Green+Blue) = 152+245+108=505 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.10% from 505); Green value is 245 (96.09% from 255 or 48.51% from 505); Blue value is 108 (42.58% from 255 or 21.39% from 505); Max value from RGB is 245 - color contains mainly: green. Hex color #98F56C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #98F56C is #670A93. Grayscale: #CACACA. Windows color (decimal): -6752916 or 7140760. OLE color: 7140760.
HSL color Cylindrical-coordinate representation of color #98F56C: hue angle of 100.73º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #98F56C is Cyan = 0.38, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 152 | 245 | 108 | - |
| CMYK | 0.38 | 0 | 0.56 | 0.04 |
| HSL | 100.73º | 0.87% | 0.69% | - |
| HSV(B) | 100.73º | 0.56% | 0.96% | - |
| XYZ | 48.31 | 73.06 | 25.74 | - |
| YUV | 201.58 | 75.19 | 92.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 245 | 108 | 0.38 | 0 | 0.56 | 0.04 | 100.73 | 0.87 | 0.69 |
| Hex | 98 | F5 | 6C | 26 | 0 | 38 | 4 | 65 | 57 | 45 |
| Octal | 230 | 365 | 154 | 46 | 0 | 70 | 4 | 145 | 127 | 105 |
| Binary | 10011000 | 11110101 | 1101100 | 100110 | 0 | 111000 | 100 | 1100101 | 1010111 | 1000101 |
Color Harmonies of #98F56C
Complementary color
Monochromatic Colors of #98F56C
Black with #98F56C
Text Example
Text Example
White with #98F56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98F56C; }
p { color: rgb(152,245,108); }
H1.HeaderClassName
{
color: #98F56C;
}
.AnyTagClassName
{
color: #98F56C;
}
</style>
background-color css
<style>
a { background-color: #98F56C; }
a { background-color: rgb(152,245,108); }
div.DivClassName
{
background-color: #98F56C;
}
.BgClassName
{
background-color: #98F56C;
}
</style>
border-color css
<style>
span { border-color: #98F56C; }
span { border-color: rgb(152,245,108); }
td.TdClassName
{
border-color: #98F56C;
}
.TagClassName
{
border-color: #98F56C;
}
</style>