Shades of Gossip #98D474
Tints of Gossip #98D474
RGB
CMYK
RGB Variations
Color information
#98D474 (or 0x98D474) is known color: Gossip. HEX triplet: 98, D4 and 74. RGB value is (152,212,116). Sum of RGB (Red+Green+Blue) = 152+212+116=480 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.67% from 480); Green value is 212 (83.20% from 255 or 44.17% from 480); Blue value is 116 (45.70% from 255 or 24.17% from 480); Max value from RGB is 212 - color contains mainly: green. Hex color #98D474 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98D474 is #672B8B. Grayscale: #B7B7B7. Windows color (decimal): -6761356 or 7656600. OLE color: 7656600.
HSL color Cylindrical-coordinate representation of color #98D474: hue angle of 97.5º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #98D474 is Cyan = 0.28, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 152 | 212 | 116 | - |
| CMYK | 0.28 | 0 | 0.45 | 0.17 |
| HSL | 97.5º | 0.53% | 0.64% | - |
| HSV(B) | 97.5º | 0.45% | 0.83% | - |
| XYZ | 39.64 | 55.02 | 25.05 | - |
| YUV | 183.12 | 90.12 | 105.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 212 | 116 | 0.28 | 0 | 0.45 | 0.17 | 97.5 | 0.53 | 0.64 |
| Hex | 98 | D4 | 74 | 1C | 0 | 2D | 11 | 62 | 35 | 40 |
| Octal | 230 | 324 | 164 | 34 | 0 | 55 | 21 | 142 | 65 | 100 |
| Binary | 10011000 | 11010100 | 1110100 | 11100 | 0 | 101101 | 10001 | 1100010 | 110101 | 1000000 |
Color Harmonies of #98D474
Complementary color
Monochromatic Colors of #98D474
Black with #98D474
Text Example
Text Example
White with #98D474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D474; }
p { color: rgb(152,212,116); }
H1.HeaderClassName
{
color: #98D474;
}
.AnyTagClassName
{
color: #98D474;
}
</style>
background-color css
<style>
a { background-color: #98D474; }
a { background-color: rgb(152,212,116); }
div.DivClassName
{
background-color: #98D474;
}
.BgClassName
{
background-color: #98D474;
}
</style>
border-color css
<style>
span { border-color: #98D474; }
span { border-color: rgb(152,212,116); }
td.TdClassName
{
border-color: #98D474;
}
.TagClassName
{
border-color: #98D474;
}
</style>