Shades of Gossip #98D581
Tints of Gossip #98D581
RGB
CMYK
RGB Variations
Color information
#98D581 (or 0x98D581) is known color: Gossip. HEX triplet: 98, D5 and 81. RGB value is (152,213,129). Sum of RGB (Red+Green+Blue) = 152+213+129=494 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.77% from 494); Green value is 213 (83.59% from 255 or 43.12% from 494); Blue value is 129 (50.78% from 255 or 26.11% from 494); Max value from RGB is 213 - color contains mainly: green. Hex color #98D581 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98D581 is #672A7E. Grayscale: #B9B9B9. Windows color (decimal): -6761087 or 8508824. OLE color: 8508824.
HSL color Cylindrical-coordinate representation of color #98D581: hue angle of 103.57º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #98D581 is Cyan = 0.29, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 152 | 213 | 129 | - |
| CMYK | 0.29 | 0 | 0.39 | 0.16 |
| HSL | 103.57º | 0.5% | 0.67% | - |
| HSV(B) | 103.57º | 0.39% | 0.84% | - |
| XYZ | 40.71 | 55.85 | 29.4 | - |
| YUV | 185.19 | 96.29 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 213 | 129 | 0.29 | 0 | 0.39 | 0.16 | 103.57 | 0.5 | 0.67 |
| Hex | 98 | D5 | 81 | 1D | 0 | 27 | 10 | 68 | 32 | 43 |
| Octal | 230 | 325 | 201 | 35 | 0 | 47 | 20 | 150 | 62 | 103 |
| Binary | 10011000 | 11010101 | 10000001 | 11101 | 0 | 100111 | 10000 | 1101000 | 110010 | 1000011 |
Color Harmonies of #98D581
Complementary color
Monochromatic Colors of #98D581
Black with #98D581
Text Example
Text Example
White with #98D581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D581; }
p { color: rgb(152,213,129); }
H1.HeaderClassName
{
color: #98D581;
}
.AnyTagClassName
{
color: #98D581;
}
</style>
background-color css
<style>
a { background-color: #98D581; }
a { background-color: rgb(152,213,129); }
div.DivClassName
{
background-color: #98D581;
}
.BgClassName
{
background-color: #98D581;
}
</style>
border-color css
<style>
span { border-color: #98D581; }
span { border-color: rgb(152,213,129); }
td.TdClassName
{
border-color: #98D581;
}
.TagClassName
{
border-color: #98D581;
}
</style>