Shades of Gossip #98E07C
Tints of Gossip #98E07C
RGB
CMYK
RGB Variations
Color information
#98E07C (or 0x98E07C) is known color: Gossip. HEX triplet: 98, E0 and 7C. RGB value is (152,224,124). Sum of RGB (Red+Green+Blue) = 152+224+124=500 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.4% from 500); Green value is 224 (87.89% from 255 or 44.8% from 500); Blue value is 124 (48.83% from 255 or 24.8% from 500); Max value from RGB is 224 - color contains mainly: green. Hex color #98E07C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98E07C is #671F83. Grayscale: #BFBFBF. Windows color (decimal): -6758276 or 8183960. OLE color: 8183960.
HSL color Cylindrical-coordinate representation of color #98E07C: hue angle of 103.2º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #98E07C is Cyan = 0.32, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 152 | 224 | 124 | - |
| CMYK | 0.32 | 0 | 0.45 | 0.12 |
| HSL | 103.2º | 0.62% | 0.68% | - |
| HSV(B) | 103.2º | 0.45% | 0.88% | - |
| XYZ | 43.24 | 61.44 | 28.65 | - |
| YUV | 191.07 | 90.15 | 100.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 224 | 124 | 0.32 | 0 | 0.45 | 0.12 | 103.2 | 0.62 | 0.68 |
| Hex | 98 | E0 | 7C | 20 | 0 | 2D | C | 67 | 3E | 44 |
| Octal | 230 | 340 | 174 | 40 | 0 | 55 | 14 | 147 | 76 | 104 |
| Binary | 10011000 | 11100000 | 1111100 | 100000 | 0 | 101101 | 1100 | 1100111 | 111110 | 1000100 |
Color Harmonies of #98E07C
Complementary color
Monochromatic Colors of #98E07C
Black with #98E07C
Text Example
Text Example
White with #98E07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98E07C; }
p { color: rgb(152,224,124); }
H1.HeaderClassName
{
color: #98E07C;
}
.AnyTagClassName
{
color: #98E07C;
}
</style>
background-color css
<style>
a { background-color: #98E07C; }
a { background-color: rgb(152,224,124); }
div.DivClassName
{
background-color: #98E07C;
}
.BgClassName
{
background-color: #98E07C;
}
</style>
border-color css
<style>
span { border-color: #98E07C; }
span { border-color: rgb(152,224,124); }
td.TdClassName
{
border-color: #98E07C;
}
.TagClassName
{
border-color: #98E07C;
}
</style>