Shades of Gossip #9EE485
Tints of Gossip #9EE485
RGB
CMYK
RGB Variations
Color information
#9EE485 (or 0x9EE485) is known color: Gossip. HEX triplet: 9E, E4 and 85. RGB value is (158,228,133). Sum of RGB (Red+Green+Blue) = 158+228+133=519 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.44% from 519); Green value is 228 (89.45% from 255 or 43.93% from 519); Blue value is 133 (52.34% from 255 or 25.63% from 519); Max value from RGB is 228 - color contains mainly: green. Hex color #9EE485 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EE485 is #611B7A. Grayscale: #C4C4C4. Windows color (decimal): -6364027 or 8774814. OLE color: 8774814.
HSL color Cylindrical-coordinate representation of color #9EE485: hue angle of 104.21º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9EE485 is Cyan = 0.31, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 158 | 228 | 133 | - |
| CMYK | 0.31 | 0 | 0.42 | 0.11 |
| HSL | 104.21º | 0.64% | 0.71% | - |
| HSV(B) | 104.21º | 0.42% | 0.89% | - |
| XYZ | 46.08 | 64.45 | 32.2 | - |
| YUV | 196.24 | 92.31 | 100.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 228 | 133 | 0.31 | 0 | 0.42 | 0.11 | 104.21 | 0.64 | 0.71 |
| Hex | 9E | E4 | 85 | 1F | 0 | 2A | B | 68 | 40 | 47 |
| Octal | 236 | 344 | 205 | 37 | 0 | 52 | 13 | 150 | 100 | 107 |
| Binary | 10011110 | 11100100 | 10000101 | 11111 | 0 | 101010 | 1011 | 1101000 | 1000000 | 1000111 |
Color Harmonies of #9EE485
Complementary color
Monochromatic Colors of #9EE485
Black with #9EE485
Text Example
Text Example
White with #9EE485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE485; }
p { color: rgb(158,228,133); }
H1.HeaderClassName
{
color: #9EE485;
}
.AnyTagClassName
{
color: #9EE485;
}
</style>
background-color css
<style>
a { background-color: #9EE485; }
a { background-color: rgb(158,228,133); }
div.DivClassName
{
background-color: #9EE485;
}
.BgClassName
{
background-color: #9EE485;
}
</style>
border-color css
<style>
span { border-color: #9EE485; }
span { border-color: rgb(158,228,133); }
td.TdClassName
{
border-color: #9EE485;
}
.TagClassName
{
border-color: #9EE485;
}
</style>