Shades of Gossip #98DE84
Tints of Gossip #98DE84
RGB
CMYK
RGB Variations
Color information
#98DE84 (or 0x98DE84) is known color: Gossip. HEX triplet: 98, DE and 84. RGB value is (152,222,132). Sum of RGB (Red+Green+Blue) = 152+222+132=506 (67% of max value = 765). Red value is 152 (59.77% from 255 or 30.04% from 506); Green value is 222 (87.11% from 255 or 43.87% from 506); Blue value is 132 (51.95% from 255 or 26.09% from 506); Max value from RGB is 222 - color contains mainly: green. Hex color #98DE84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98DE84 is #67217B. Grayscale: #BFBFBF. Windows color (decimal): -6758780 or 8707736. OLE color: 8707736.
HSL color Cylindrical-coordinate representation of color #98DE84: hue angle of 106.67º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #98DE84 is Cyan = 0.32, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 222 | 132 | - |
| CMYK | 0.32 | 0 | 0.41 | 0.13 |
| HSL | 106.67º | 0.58% | 0.69% | - |
| HSV(B) | 106.67º | 0.41% | 0.87% | - |
| XYZ | 43.24 | 60.58 | 31.24 | - |
| YUV | 190.81 | 94.81 | 100.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 222 | 132 | 0.32 | 0 | 0.41 | 0.13 | 106.67 | 0.58 | 0.69 |
| Hex | 98 | DE | 84 | 20 | 0 | 29 | D | 6B | 3A | 45 |
| Octal | 230 | 336 | 204 | 40 | 0 | 51 | 15 | 153 | 72 | 105 |
| Binary | 10011000 | 11011110 | 10000100 | 100000 | 0 | 101001 | 1101 | 1101011 | 111010 | 1000101 |
Color Harmonies of #98DE84
Complementary color
Monochromatic Colors of #98DE84
Black with #98DE84
Text Example
Text Example
White with #98DE84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DE84; }
p { color: rgb(152,222,132); }
H1.HeaderClassName
{
color: #98DE84;
}
.AnyTagClassName
{
color: #98DE84;
}
</style>
background-color css
<style>
a { background-color: #98DE84; }
a { background-color: rgb(152,222,132); }
div.DivClassName
{
background-color: #98DE84;
}
.BgClassName
{
background-color: #98DE84;
}
</style>
border-color css
<style>
span { border-color: #98DE84; }
span { border-color: rgb(152,222,132); }
td.TdClassName
{
border-color: #98DE84;
}
.TagClassName
{
border-color: #98DE84;
}
</style>