Shades of Gossip #98DD6D
Tints of Gossip #98DD6D
RGB
CMYK
RGB Variations
Color information
#98DD6D (or 0x98DD6D) is known color: Gossip. HEX triplet: 98, DD and 6D. RGB value is (152,221,109). Sum of RGB (Red+Green+Blue) = 152+221+109=482 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.54% from 482); Green value is 221 (86.72% from 255 or 45.85% from 482); Blue value is 109 (42.97% from 255 or 22.61% from 482); Max value from RGB is 221 - color contains mainly: green. Hex color #98DD6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98DD6D is #672292. Grayscale: #BBBBBB. Windows color (decimal): -6759059 or 7200152. OLE color: 7200152.
HSL color Cylindrical-coordinate representation of color #98DD6D: hue angle of 96.96º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #98DD6D is Cyan = 0.31, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 221 | 109 | - |
| CMYK | 0.31 | 0 | 0.51 | 0.13 |
| HSL | 96.96º | 0.62% | 0.65% | - |
| HSV(B) | 96.96º | 0.51% | 0.87% | - |
| XYZ | 41.57 | 59.49 | 23.76 | - |
| YUV | 187.6 | 83.64 | 102.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 221 | 109 | 0.31 | 0 | 0.51 | 0.13 | 96.96 | 0.62 | 0.65 |
| Hex | 98 | DD | 6D | 1F | 0 | 33 | D | 61 | 3E | 41 |
| Octal | 230 | 335 | 155 | 37 | 0 | 63 | 15 | 141 | 76 | 101 |
| Binary | 10011000 | 11011101 | 1101101 | 11111 | 0 | 110011 | 1101 | 1100001 | 111110 | 1000001 |
Color Harmonies of #98DD6D
Complementary color
Monochromatic Colors of #98DD6D
Black with #98DD6D
Text Example
Text Example
White with #98DD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DD6D; }
p { color: rgb(152,221,109); }
H1.HeaderClassName
{
color: #98DD6D;
}
.AnyTagClassName
{
color: #98DD6D;
}
</style>
background-color css
<style>
a { background-color: #98DD6D; }
a { background-color: rgb(152,221,109); }
div.DivClassName
{
background-color: #98DD6D;
}
.BgClassName
{
background-color: #98DD6D;
}
</style>
border-color css
<style>
span { border-color: #98DD6D; }
span { border-color: rgb(152,221,109); }
td.TdClassName
{
border-color: #98DD6D;
}
.TagClassName
{
border-color: #98DD6D;
}
</style>