Shades of Gossip #98DC7D
Tints of Gossip #98DC7D
RGB
CMYK
RGB Variations
Color information
#98DC7D (or 0x98DC7D) is known color: Gossip. HEX triplet: 98, DC and 7D. RGB value is (152,220,125). Sum of RGB (Red+Green+Blue) = 152+220+125=497 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.58% from 497); Green value is 220 (86.33% from 255 or 44.27% from 497); Blue value is 125 (49.22% from 255 or 25.15% from 497); Max value from RGB is 220 - color contains mainly: green. Hex color #98DC7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98DC7D is #672382. Grayscale: #BDBDBD. Windows color (decimal): -6759299 or 8248472. OLE color: 8248472.
HSL color Cylindrical-coordinate representation of color #98DC7D: hue angle of 102.95º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #98DC7D is Cyan = 0.31, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 220 | 125 | - |
| CMYK | 0.31 | 0 | 0.43 | 0.14 |
| HSL | 102.95º | 0.58% | 0.68% | - |
| HSV(B) | 102.95º | 0.43% | 0.86% | - |
| XYZ | 42.24 | 59.34 | 28.63 | - |
| YUV | 188.84 | 91.97 | 101.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 220 | 125 | 0.31 | 0 | 0.43 | 0.14 | 102.95 | 0.58 | 0.68 |
| Hex | 98 | DC | 7D | 1F | 0 | 2B | E | 67 | 3A | 44 |
| Octal | 230 | 334 | 175 | 37 | 0 | 53 | 16 | 147 | 72 | 104 |
| Binary | 10011000 | 11011100 | 1111101 | 11111 | 0 | 101011 | 1110 | 1100111 | 111010 | 1000100 |
Color Harmonies of #98DC7D
Complementary color
Monochromatic Colors of #98DC7D
Black with #98DC7D
Text Example
Text Example
White with #98DC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DC7D; }
p { color: rgb(152,220,125); }
H1.HeaderClassName
{
color: #98DC7D;
}
.AnyTagClassName
{
color: #98DC7D;
}
</style>
background-color css
<style>
a { background-color: #98DC7D; }
a { background-color: rgb(152,220,125); }
div.DivClassName
{
background-color: #98DC7D;
}
.BgClassName
{
background-color: #98DC7D;
}
</style>
border-color css
<style>
span { border-color: #98DC7D; }
span { border-color: rgb(152,220,125); }
td.TdClassName
{
border-color: #98DC7D;
}
.TagClassName
{
border-color: #98DC7D;
}
</style>