Shades of Gossip #98ED7B
Tints of Gossip #98ED7B
RGB
CMYK
RGB Variations
Color information
#98ED7B (or 0x98ED7B) is known color: Gossip. HEX triplet: 98, ED and 7B. RGB value is (152,237,123). Sum of RGB (Red+Green+Blue) = 152+237+123=512 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.69% from 512); Green value is 237 (92.97% from 255 or 46.29% from 512); Blue value is 123 (48.44% from 255 or 24.02% from 512); Max value from RGB is 237 - color contains mainly: green. Hex color #98ED7B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #98ED7B is #671284. Grayscale: #C6C6C6. Windows color (decimal): -6754949 or 8121752. OLE color: 8121752.
HSL color Cylindrical-coordinate representation of color #98ED7B: hue angle of 104.74º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #98ED7B is Cyan = 0.36, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 152 | 237 | 123 | - |
| CMYK | 0.36 | 0 | 0.48 | 0.07 |
| HSL | 104.74º | 0.76% | 0.71% | - |
| HSV(B) | 104.74º | 0.48% | 0.93% | - |
| XYZ | 46.81 | 68.67 | 29.53 | - |
| YUV | 198.59 | 85.34 | 94.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 237 | 123 | 0.36 | 0 | 0.48 | 0.07 | 104.74 | 0.76 | 0.71 |
| Hex | 98 | ED | 7B | 24 | 0 | 30 | 7 | 69 | 4C | 47 |
| Octal | 230 | 355 | 173 | 44 | 0 | 60 | 7 | 151 | 114 | 107 |
| Binary | 10011000 | 11101101 | 1111011 | 100100 | 0 | 110000 | 111 | 1101001 | 1001100 | 1000111 |
Color Harmonies of #98ED7B
Complementary color
Monochromatic Colors of #98ED7B
Black with #98ED7B
Text Example
Text Example
White with #98ED7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98ED7B; }
p { color: rgb(152,237,123); }
H1.HeaderClassName
{
color: #98ED7B;
}
.AnyTagClassName
{
color: #98ED7B;
}
</style>
background-color css
<style>
a { background-color: #98ED7B; }
a { background-color: rgb(152,237,123); }
div.DivClassName
{
background-color: #98ED7B;
}
.BgClassName
{
background-color: #98ED7B;
}
</style>
border-color css
<style>
span { border-color: #98ED7B; }
span { border-color: rgb(152,237,123); }
td.TdClassName
{
border-color: #98ED7B;
}
.TagClassName
{
border-color: #98ED7B;
}
</style>