Shades of Gossip #9EDE83
Tints of Gossip #9EDE83
RGB
CMYK
RGB Variations
Color information
#9EDE83 (or 0x9EDE83) is known color: Gossip. HEX triplet: 9E, DE and 83. RGB value is (158,222,131). Sum of RGB (Red+Green+Blue) = 158+222+131=511 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.92% from 511); Green value is 222 (87.11% from 255 or 43.44% from 511); Blue value is 131 (51.56% from 255 or 25.64% from 511); Max value from RGB is 222 - color contains mainly: green. Hex color #9EDE83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EDE83 is #61217C. Grayscale: #C0C0C0. Windows color (decimal): -6365565 or 8642206. OLE color: 8642206.
HSL color Cylindrical-coordinate representation of color #9EDE83: hue angle of 102.2º degrees, saturation: 0.58, 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 #9EDE83 is Cyan = 0.29, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 222 | 131 | - |
| CMYK | 0.29 | 0 | 0.41 | 0.13 |
| HSL | 102.2º | 0.58% | 0.69% | - |
| HSV(B) | 102.2º | 0.41% | 0.87% | - |
| XYZ | 44.32 | 61.15 | 30.94 | - |
| YUV | 192.49 | 93.3 | 103.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 222 | 131 | 0.29 | 0 | 0.41 | 0.13 | 102.2 | 0.58 | 0.69 |
| Hex | 9E | DE | 83 | 1D | 0 | 29 | D | 66 | 3A | 45 |
| Octal | 236 | 336 | 203 | 35 | 0 | 51 | 15 | 146 | 72 | 105 |
| Binary | 10011110 | 11011110 | 10000011 | 11101 | 0 | 101001 | 1101 | 1100110 | 111010 | 1000101 |
Color Harmonies of #9EDE83
Complementary color
Monochromatic Colors of #9EDE83
Black with #9EDE83
Text Example
Text Example
White with #9EDE83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDE83; }
p { color: rgb(158,222,131); }
H1.HeaderClassName
{
color: #9EDE83;
}
.AnyTagClassName
{
color: #9EDE83;
}
</style>
background-color css
<style>
a { background-color: #9EDE83; }
a { background-color: rgb(158,222,131); }
div.DivClassName
{
background-color: #9EDE83;
}
.BgClassName
{
background-color: #9EDE83;
}
</style>
border-color css
<style>
span { border-color: #9EDE83; }
span { border-color: rgb(158,222,131); }
td.TdClassName
{
border-color: #9EDE83;
}
.TagClassName
{
border-color: #9EDE83;
}
</style>