Shades of Gossip #98DD75
Tints of Gossip #98DD75
RGB
CMYK
RGB Variations
Color information
#98DD75 (or 0x98DD75) is known color: Gossip. HEX triplet: 98, DD and 75. RGB value is (152,221,117). Sum of RGB (Red+Green+Blue) = 152+221+117=490 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.02% from 490); Green value is 221 (86.72% from 255 or 45.10% from 490); Blue value is 117 (46.09% from 255 or 23.88% from 490); Max value from RGB is 221 - color contains mainly: green. Hex color #98DD75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98DD75 is #67228A. Grayscale: #BCBCBC. Windows color (decimal): -6759051 or 7724440. OLE color: 7724440.
HSL color Cylindrical-coordinate representation of color #98DD75: hue angle of 99.81º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #98DD75 is Cyan = 0.31, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 221 | 117 | - |
| CMYK | 0.31 | 0 | 0.47 | 0.13 |
| HSL | 99.81º | 0.6% | 0.66% | - |
| HSV(B) | 99.81º | 0.47% | 0.87% | - |
| XYZ | 42.02 | 59.67 | 26.13 | - |
| YUV | 188.51 | 87.64 | 101.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 221 | 117 | 0.31 | 0 | 0.47 | 0.13 | 99.81 | 0.6 | 0.66 |
| Hex | 98 | DD | 75 | 1F | 0 | 2F | D | 64 | 3C | 42 |
| Octal | 230 | 335 | 165 | 37 | 0 | 57 | 15 | 144 | 74 | 102 |
| Binary | 10011000 | 11011101 | 1110101 | 11111 | 0 | 101111 | 1101 | 1100100 | 111100 | 1000010 |
Color Harmonies of #98DD75
Complementary color
Monochromatic Colors of #98DD75
Black with #98DD75
Text Example
Text Example
White with #98DD75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DD75; }
p { color: rgb(152,221,117); }
H1.HeaderClassName
{
color: #98DD75;
}
.AnyTagClassName
{
color: #98DD75;
}
</style>
background-color css
<style>
a { background-color: #98DD75; }
a { background-color: rgb(152,221,117); }
div.DivClassName
{
background-color: #98DD75;
}
.BgClassName
{
background-color: #98DD75;
}
</style>
border-color css
<style>
span { border-color: #98DD75; }
span { border-color: rgb(152,221,117); }
td.TdClassName
{
border-color: #98DD75;
}
.TagClassName
{
border-color: #98DD75;
}
</style>