Shades of Gossip #98CE70
Tints of Gossip #98CE70
RGB
CMYK
RGB Variations
Color information
#98CE70 (or 0x98CE70) is known color: Gossip. HEX triplet: 98, CE and 70. RGB value is (152,206,112). Sum of RGB (Red+Green+Blue) = 152+206+112=470 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.34% from 470); Green value is 206 (80.86% from 255 or 43.83% from 470); Blue value is 112 (44.14% from 255 or 23.83% from 470); Max value from RGB is 206 - color contains mainly: green. Hex color #98CE70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98CE70 is #67318F. Grayscale: #B3B3B3. Windows color (decimal): -6762896 or 7392920. OLE color: 7392920.
HSL color Cylindrical-coordinate representation of color #98CE70: hue angle of 94.47º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #98CE70 is Cyan = 0.26, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 206 | 112 | - |
| CMYK | 0.26 | 0 | 0.46 | 0.19 |
| HSL | 94.47º | 0.49% | 0.62% | - |
| HSV(B) | 94.47º | 0.46% | 0.81% | - |
| XYZ | 37.94 | 51.99 | 23.36 | - |
| YUV | 179.14 | 90.11 | 108.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 206 | 112 | 0.26 | 0 | 0.46 | 0.19 | 94.47 | 0.49 | 0.62 |
| Hex | 98 | CE | 70 | 1A | 0 | 2E | 13 | 5E | 31 | 3E |
| Octal | 230 | 316 | 160 | 32 | 0 | 56 | 23 | 136 | 61 | 76 |
| Binary | 10011000 | 11001110 | 1110000 | 11010 | 0 | 101110 | 10011 | 1011110 | 110001 | 111110 |
Color Harmonies of #98CE70
Complementary color
Monochromatic Colors of #98CE70
Black with #98CE70
Text Example
Text Example
White with #98CE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98CE70; }
p { color: rgb(152,206,112); }
H1.HeaderClassName
{
color: #98CE70;
}
.AnyTagClassName
{
color: #98CE70;
}
</style>
background-color css
<style>
a { background-color: #98CE70; }
a { background-color: rgb(152,206,112); }
div.DivClassName
{
background-color: #98CE70;
}
.BgClassName
{
background-color: #98CE70;
}
</style>
border-color css
<style>
span { border-color: #98CE70; }
span { border-color: rgb(152,206,112); }
td.TdClassName
{
border-color: #98CE70;
}
.TagClassName
{
border-color: #98CE70;
}
</style>