Shades of Gossip #9DE283
Tints of Gossip #9DE283
RGB
CMYK
RGB Variations
Color information
#9DE283 (or 0x9DE283) is known color: Gossip. HEX triplet: 9D, E2 and 83. RGB value is (157,226,131). Sum of RGB (Red+Green+Blue) = 157+226+131=514 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.54% from 514); Green value is 226 (88.67% from 255 or 43.97% from 514); Blue value is 131 (51.56% from 255 or 25.49% from 514); Max value from RGB is 226 - color contains mainly: green. Hex color #9DE283 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DE283 is #621D7C. Grayscale: #C2C2C2. Windows color (decimal): -6430077 or 8643229. OLE color: 8643229.
HSL color Cylindrical-coordinate representation of color #9DE283: hue angle of 103.58º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9DE283 is Cyan = 0.31, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 157 | 226 | 131 | - |
| CMYK | 0.31 | 0 | 0.42 | 0.11 |
| HSL | 103.58º | 0.62% | 0.7% | - |
| HSV(B) | 103.58º | 0.42% | 0.89% | - |
| XYZ | 45.2 | 63.2 | 31.29 | - |
| YUV | 194.54 | 92.14 | 101.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 226 | 131 | 0.31 | 0 | 0.42 | 0.11 | 103.58 | 0.62 | 0.7 |
| Hex | 9D | E2 | 83 | 1F | 0 | 2A | B | 68 | 3E | 46 |
| Octal | 235 | 342 | 203 | 37 | 0 | 52 | 13 | 150 | 76 | 106 |
| Binary | 10011101 | 11100010 | 10000011 | 11111 | 0 | 101010 | 1011 | 1101000 | 111110 | 1000110 |
Color Harmonies of #9DE283
Complementary color
Monochromatic Colors of #9DE283
Black with #9DE283
Text Example
Text Example
White with #9DE283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DE283; }
p { color: rgb(157,226,131); }
H1.HeaderClassName
{
color: #9DE283;
}
.AnyTagClassName
{
color: #9DE283;
}
</style>
background-color css
<style>
a { background-color: #9DE283; }
a { background-color: rgb(157,226,131); }
div.DivClassName
{
background-color: #9DE283;
}
.BgClassName
{
background-color: #9DE283;
}
</style>
border-color css
<style>
span { border-color: #9DE283; }
span { border-color: rgb(157,226,131); }
td.TdClassName
{
border-color: #9DE283;
}
.TagClassName
{
border-color: #9DE283;
}
</style>