Shades of Gossip #98D07E
Tints of Gossip #98D07E
RGB
CMYK
RGB Variations
Color information
#98D07E (or 0x98D07E) is known color: Gossip. HEX triplet: 98, D0 and 7E. RGB value is (152,208,126). Sum of RGB (Red+Green+Blue) = 152+208+126=486 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.28% from 486); Green value is 208 (81.64% from 255 or 42.80% from 486); Blue value is 126 (49.61% from 255 or 25.93% from 486); Max value from RGB is 208 - color contains mainly: green. Hex color #98D07E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98D07E is #672F81. Grayscale: #B6B6B6. Windows color (decimal): -6762370 or 8310936. OLE color: 8310936.
HSL color Cylindrical-coordinate representation of color #98D07E: hue angle of 100.98º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #98D07E is Cyan = 0.27, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 152 | 208 | 126 | - |
| CMYK | 0.27 | 0 | 0.39 | 0.18 |
| HSL | 100.98º | 0.47% | 0.65% | - |
| HSV(B) | 100.98º | 0.39% | 0.82% | - |
| XYZ | 39.27 | 53.29 | 27.96 | - |
| YUV | 181.91 | 96.45 | 106.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 208 | 126 | 0.27 | 0 | 0.39 | 0.18 | 100.98 | 0.47 | 0.65 |
| Hex | 98 | D0 | 7E | 1B | 0 | 27 | 12 | 65 | 2F | 41 |
| Octal | 230 | 320 | 176 | 33 | 0 | 47 | 22 | 145 | 57 | 101 |
| Binary | 10011000 | 11010000 | 1111110 | 11011 | 0 | 100111 | 10010 | 1100101 | 101111 | 1000001 |
Color Harmonies of #98D07E
Complementary color
Monochromatic Colors of #98D07E
Black with #98D07E
Text Example
Text Example
White with #98D07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D07E; }
p { color: rgb(152,208,126); }
H1.HeaderClassName
{
color: #98D07E;
}
.AnyTagClassName
{
color: #98D07E;
}
</style>
background-color css
<style>
a { background-color: #98D07E; }
a { background-color: rgb(152,208,126); }
div.DivClassName
{
background-color: #98D07E;
}
.BgClassName
{
background-color: #98D07E;
}
</style>
border-color css
<style>
span { border-color: #98D07E; }
span { border-color: rgb(152,208,126); }
td.TdClassName
{
border-color: #98D07E;
}
.TagClassName
{
border-color: #98D07E;
}
</style>