Shades of Gossip #98DF69
Tints of Gossip #98DF69
RGB
CMYK
RGB Variations
Color information
#98DF69 (or 0x98DF69) is known color: Gossip. HEX triplet: 98, DF and 69. RGB value is (152,223,105). Sum of RGB (Red+Green+Blue) = 152+223+105=480 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.67% from 480); Green value is 223 (87.5% from 255 or 46.46% from 480); Blue value is 105 (41.41% from 255 or 21.88% from 480); Max value from RGB is 223 - color contains mainly: green. Hex color #98DF69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98DF69 is #672096. Grayscale: #BCBCBC. Windows color (decimal): -6758551 or 6938520. OLE color: 6938520.
HSL color Cylindrical-coordinate representation of color #98DF69: hue angle of 96.1º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #98DF69 is Cyan = 0.32, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 223 | 105 | - |
| CMYK | 0.32 | 0 | 0.53 | 0.13 |
| HSL | 96.1º | 0.65% | 0.64% | - |
| HSV(B) | 96.1º | 0.53% | 0.87% | - |
| XYZ | 41.89 | 60.47 | 22.83 | - |
| YUV | 188.32 | 80.98 | 102.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 223 | 105 | 0.32 | 0 | 0.53 | 0.13 | 96.1 | 0.65 | 0.64 |
| Hex | 98 | DF | 69 | 20 | 0 | 35 | D | 60 | 41 | 40 |
| Octal | 230 | 337 | 151 | 40 | 0 | 65 | 15 | 140 | 101 | 100 |
| Binary | 10011000 | 11011111 | 1101001 | 100000 | 0 | 110101 | 1101 | 1100000 | 1000001 | 1000000 |
Color Harmonies of #98DF69
Complementary color
Monochromatic Colors of #98DF69
Black with #98DF69
Text Example
Text Example
White with #98DF69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DF69; }
p { color: rgb(152,223,105); }
H1.HeaderClassName
{
color: #98DF69;
}
.AnyTagClassName
{
color: #98DF69;
}
</style>
background-color css
<style>
a { background-color: #98DF69; }
a { background-color: rgb(152,223,105); }
div.DivClassName
{
background-color: #98DF69;
}
.BgClassName
{
background-color: #98DF69;
}
</style>
border-color css
<style>
span { border-color: #98DF69; }
span { border-color: rgb(152,223,105); }
td.TdClassName
{
border-color: #98DF69;
}
.TagClassName
{
border-color: #98DF69;
}
</style>