Shades of Gossip #98DD6E
Tints of Gossip #98DD6E
RGB
CMYK
RGB Variations
Color information
#98DD6E (or 0x98DD6E) is known color: Gossip. HEX triplet: 98, DD and 6E. RGB value is (152,221,110). Sum of RGB (Red+Green+Blue) = 152+221+110=483 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.47% from 483); Green value is 221 (86.72% from 255 or 45.76% from 483); Blue value is 110 (43.36% from 255 or 22.77% from 483); Max value from RGB is 221 - color contains mainly: green. Hex color #98DD6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98DD6E is #672291. Grayscale: #BCBCBC. Windows color (decimal): -6759058 or 7265688. OLE color: 7265688.
HSL color Cylindrical-coordinate representation of color #98DD6E: hue angle of 97.3º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #98DD6E is Cyan = 0.31, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 221 | 110 | - |
| CMYK | 0.31 | 0 | 0.50 | 0.13 |
| HSL | 97.3º | 0.62% | 0.65% | - |
| HSV(B) | 97.3º | 0.5% | 0.87% | - |
| XYZ | 41.62 | 59.51 | 24.05 | - |
| YUV | 187.72 | 84.14 | 102.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 221 | 110 | 0.31 | 0 | 0.50 | 0.13 | 97.3 | 0.62 | 0.65 |
| Hex | 98 | DD | 6E | 1F | 0 | 32 | D | 61 | 3E | 41 |
| Octal | 230 | 335 | 156 | 37 | 0 | 62 | 15 | 141 | 76 | 101 |
| Binary | 10011000 | 11011101 | 1101110 | 11111 | 0 | 110010 | 1101 | 1100001 | 111110 | 1000001 |
Color Harmonies of #98DD6E
Complementary color
Monochromatic Colors of #98DD6E
Black with #98DD6E
Text Example
Text Example
White with #98DD6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DD6E; }
p { color: rgb(152,221,110); }
H1.HeaderClassName
{
color: #98DD6E;
}
.AnyTagClassName
{
color: #98DD6E;
}
</style>
background-color css
<style>
a { background-color: #98DD6E; }
a { background-color: rgb(152,221,110); }
div.DivClassName
{
background-color: #98DD6E;
}
.BgClassName
{
background-color: #98DD6E;
}
</style>
border-color css
<style>
span { border-color: #98DD6E; }
span { border-color: rgb(152,221,110); }
td.TdClassName
{
border-color: #98DD6E;
}
.TagClassName
{
border-color: #98DD6E;
}
</style>