Shades of Gossip #98E378
Tints of Gossip #98E378
RGB
CMYK
RGB Variations
Color information
#98E378 (or 0x98E378) is known color: Gossip. HEX triplet: 98, E3 and 78. RGB value is (152,227,120). Sum of RGB (Red+Green+Blue) = 152+227+120=499 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.46% from 499); Green value is 227 (89.06% from 255 or 45.49% from 499); Blue value is 120 (47.27% from 255 or 24.05% from 499); Max value from RGB is 227 - color contains mainly: green. Hex color #98E378 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98E378 is #671C87. Grayscale: #C0C0C0. Windows color (decimal): -6757512 or 7922584. OLE color: 7922584.
HSL color Cylindrical-coordinate representation of color #98E378: hue angle of 102.06º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #98E378 is Cyan = 0.33, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 152 | 227 | 120 | - |
| CMYK | 0.33 | 0 | 0.47 | 0.11 |
| HSL | 102.06º | 0.66% | 0.68% | - |
| HSV(B) | 102.06º | 0.47% | 0.89% | - |
| XYZ | 43.81 | 62.97 | 27.61 | - |
| YUV | 192.38 | 87.15 | 99.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 227 | 120 | 0.33 | 0 | 0.47 | 0.11 | 102.06 | 0.66 | 0.68 |
| Hex | 98 | E3 | 78 | 21 | 0 | 2F | B | 66 | 42 | 44 |
| Octal | 230 | 343 | 170 | 41 | 0 | 57 | 13 | 146 | 102 | 104 |
| Binary | 10011000 | 11100011 | 1111000 | 100001 | 0 | 101111 | 1011 | 1100110 | 1000010 | 1000100 |
Color Harmonies of #98E378
Complementary color
Monochromatic Colors of #98E378
Black with #98E378
Text Example
Text Example
White with #98E378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98E378; }
p { color: rgb(152,227,120); }
H1.HeaderClassName
{
color: #98E378;
}
.AnyTagClassName
{
color: #98E378;
}
</style>
background-color css
<style>
a { background-color: #98E378; }
a { background-color: rgb(152,227,120); }
div.DivClassName
{
background-color: #98E378;
}
.BgClassName
{
background-color: #98E378;
}
</style>
border-color css
<style>
span { border-color: #98E378; }
span { border-color: rgb(152,227,120); }
td.TdClassName
{
border-color: #98E378;
}
.TagClassName
{
border-color: #98E378;
}
</style>