Shades of Gossip #98D470
Tints of Gossip #98D470
RGB
CMYK
RGB Variations
Color information
#98D470 (or 0x98D470) is known color: Gossip. HEX triplet: 98, D4 and 70. RGB value is (152,212,112). Sum of RGB (Red+Green+Blue) = 152+212+112=476 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.93% from 476); Green value is 212 (83.20% from 255 or 44.54% from 476); Blue value is 112 (44.14% from 255 or 23.53% from 476); Max value from RGB is 212 - color contains mainly: green. Hex color #98D470 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98D470 is #672B8F. Grayscale: #B7B7B7. Windows color (decimal): -6761360 or 7394456. OLE color: 7394456.
HSL color Cylindrical-coordinate representation of color #98D470: hue angle of 96º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #98D470 is Cyan = 0.28, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 152 | 212 | 112 | - |
| CMYK | 0.28 | 0 | 0.47 | 0.17 |
| HSL | 96º | 0.54% | 0.64% | - |
| HSV(B) | 96º | 0.47% | 0.83% | - |
| XYZ | 39.42 | 54.93 | 23.85 | - |
| YUV | 182.66 | 88.12 | 106.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 212 | 112 | 0.28 | 0 | 0.47 | 0.17 | 96 | 0.54 | 0.64 |
| Hex | 98 | D4 | 70 | 1C | 0 | 2F | 11 | 60 | 36 | 40 |
| Octal | 230 | 324 | 160 | 34 | 0 | 57 | 21 | 140 | 66 | 100 |
| Binary | 10011000 | 11010100 | 1110000 | 11100 | 0 | 101111 | 10001 | 1100000 | 110110 | 1000000 |
Color Harmonies of #98D470
Complementary color
Monochromatic Colors of #98D470
Black with #98D470
Text Example
Text Example
White with #98D470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D470; }
p { color: rgb(152,212,112); }
H1.HeaderClassName
{
color: #98D470;
}
.AnyTagClassName
{
color: #98D470;
}
</style>
background-color css
<style>
a { background-color: #98D470; }
a { background-color: rgb(152,212,112); }
div.DivClassName
{
background-color: #98D470;
}
.BgClassName
{
background-color: #98D470;
}
</style>
border-color css
<style>
span { border-color: #98D470; }
span { border-color: rgb(152,212,112); }
td.TdClassName
{
border-color: #98D470;
}
.TagClassName
{
border-color: #98D470;
}
</style>