Shades of Gossip #98DE7B
Tints of Gossip #98DE7B
RGB
CMYK
RGB Variations
Color information
#98DE7B (or 0x98DE7B) is known color: Gossip. HEX triplet: 98, DE and 7B. RGB value is (152,222,123). Sum of RGB (Red+Green+Blue) = 152+222+123=497 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.58% from 497); Green value is 222 (87.11% from 255 or 44.67% from 497); Blue value is 123 (48.44% from 255 or 24.75% from 497); Max value from RGB is 222 - color contains mainly: green. Hex color #98DE7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98DE7B is #672184. Grayscale: #BEBEBE. Windows color (decimal): -6758789 or 8117912. OLE color: 8117912.
HSL color Cylindrical-coordinate representation of color #98DE7B: hue angle of 102.42º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #98DE7B is Cyan = 0.32, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 222 | 123 | - |
| CMYK | 0.32 | 0 | 0.45 | 0.13 |
| HSL | 102.42º | 0.6% | 0.68% | - |
| HSV(B) | 102.42º | 0.45% | 0.87% | - |
| XYZ | 42.65 | 60.35 | 28.14 | - |
| YUV | 189.78 | 90.31 | 101.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 222 | 123 | 0.32 | 0 | 0.45 | 0.13 | 102.42 | 0.6 | 0.68 |
| Hex | 98 | DE | 7B | 20 | 0 | 2D | D | 66 | 3C | 44 |
| Octal | 230 | 336 | 173 | 40 | 0 | 55 | 15 | 146 | 74 | 104 |
| Binary | 10011000 | 11011110 | 1111011 | 100000 | 0 | 101101 | 1101 | 1100110 | 111100 | 1000100 |
Color Harmonies of #98DE7B
Complementary color
Monochromatic Colors of #98DE7B
Black with #98DE7B
Text Example
Text Example
White with #98DE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DE7B; }
p { color: rgb(152,222,123); }
H1.HeaderClassName
{
color: #98DE7B;
}
.AnyTagClassName
{
color: #98DE7B;
}
</style>
background-color css
<style>
a { background-color: #98DE7B; }
a { background-color: rgb(152,222,123); }
div.DivClassName
{
background-color: #98DE7B;
}
.BgClassName
{
background-color: #98DE7B;
}
</style>
border-color css
<style>
span { border-color: #98DE7B; }
span { border-color: rgb(152,222,123); }
td.TdClassName
{
border-color: #98DE7B;
}
.TagClassName
{
border-color: #98DE7B;
}
</style>