Shades of Gossip #98DF83
Tints of Gossip #98DF83
RGB
CMYK
RGB Variations
Color information
#98DF83 (or 0x98DF83) is known color: Gossip. HEX triplet: 98, DF and 83. RGB value is (152,223,131). Sum of RGB (Red+Green+Blue) = 152+223+131=506 (67% of max value = 765). Red value is 152 (59.77% from 255 or 30.04% from 506); Green value is 223 (87.5% from 255 or 44.07% from 506); Blue value is 131 (51.56% from 255 or 25.89% from 506); Max value from RGB is 223 - color contains mainly: green. Hex color #98DF83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98DF83 is #67207C. Grayscale: #BFBFBF. Windows color (decimal): -6758525 or 8642456. OLE color: 8642456.
HSL color Cylindrical-coordinate representation of color #98DF83: hue angle of 106.3º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #98DF83 is Cyan = 0.32, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 223 | 131 | - |
| CMYK | 0.32 | 0 | 0.41 | 0.13 |
| HSL | 106.3º | 0.59% | 0.69% | - |
| HSV(B) | 106.3º | 0.41% | 0.87% | - |
| XYZ | 43.43 | 61.09 | 30.98 | - |
| YUV | 191.28 | 93.98 | 99.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 223 | 131 | 0.32 | 0 | 0.41 | 0.13 | 106.3 | 0.59 | 0.69 |
| Hex | 98 | DF | 83 | 20 | 0 | 29 | D | 6A | 3B | 45 |
| Octal | 230 | 337 | 203 | 40 | 0 | 51 | 15 | 152 | 73 | 105 |
| Binary | 10011000 | 11011111 | 10000011 | 100000 | 0 | 101001 | 1101 | 1101010 | 111011 | 1000101 |
Color Harmonies of #98DF83
Complementary color
Monochromatic Colors of #98DF83
Black with #98DF83
Text Example
Text Example
White with #98DF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DF83; }
p { color: rgb(152,223,131); }
H1.HeaderClassName
{
color: #98DF83;
}
.AnyTagClassName
{
color: #98DF83;
}
</style>
background-color css
<style>
a { background-color: #98DF83; }
a { background-color: rgb(152,223,131); }
div.DivClassName
{
background-color: #98DF83;
}
.BgClassName
{
background-color: #98DF83;
}
</style>
border-color css
<style>
span { border-color: #98DF83; }
span { border-color: rgb(152,223,131); }
td.TdClassName
{
border-color: #98DF83;
}
.TagClassName
{
border-color: #98DF83;
}
</style>