Shades of Gossip #98D667
Tints of Gossip #98D667
RGB
CMYK
RGB Variations
Color information
#98D667 (or 0x98D667) is known color: Gossip. HEX triplet: 98, D6 and 67. RGB value is (152,214,103). Sum of RGB (Red+Green+Blue) = 152+214+103=469 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.41% from 469); Green value is 214 (83.98% from 255 or 45.63% from 469); Blue value is 103 (40.62% from 255 or 21.96% from 469); Max value from RGB is 214 - color contains mainly: green. Hex color #98D667 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98D667 is #672998. Grayscale: #B7B7B7. Windows color (decimal): -6760857 or 6805144. OLE color: 6805144.
HSL color Cylindrical-coordinate representation of color #98D667: hue angle of 93.51º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #98D667 is Cyan = 0.29, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 152 | 214 | 103 | - |
| CMYK | 0.29 | 0 | 0.52 | 0.16 |
| HSL | 93.51º | 0.58% | 0.62% | - |
| HSV(B) | 93.51º | 0.52% | 0.84% | - |
| XYZ | 39.44 | 55.75 | 21.51 | - |
| YUV | 182.81 | 82.96 | 106.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 214 | 103 | 0.29 | 0 | 0.52 | 0.16 | 93.51 | 0.58 | 0.62 |
| Hex | 98 | D6 | 67 | 1D | 0 | 34 | 10 | 5E | 3A | 3E |
| Octal | 230 | 326 | 147 | 35 | 0 | 64 | 20 | 136 | 72 | 76 |
| Binary | 10011000 | 11010110 | 1100111 | 11101 | 0 | 110100 | 10000 | 1011110 | 111010 | 111110 |
Color Harmonies of #98D667
Complementary color
Monochromatic Colors of #98D667
Black with #98D667
Text Example
Text Example
White with #98D667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D667; }
p { color: rgb(152,214,103); }
H1.HeaderClassName
{
color: #98D667;
}
.AnyTagClassName
{
color: #98D667;
}
</style>
background-color css
<style>
a { background-color: #98D667; }
a { background-color: rgb(152,214,103); }
div.DivClassName
{
background-color: #98D667;
}
.BgClassName
{
background-color: #98D667;
}
</style>
border-color css
<style>
span { border-color: #98D667; }
span { border-color: rgb(152,214,103); }
td.TdClassName
{
border-color: #98D667;
}
.TagClassName
{
border-color: #98D667;
}
</style>