Shades of Gossip #94D983
Tints of Gossip #94D983
RGB
CMYK
RGB Variations
Color information
#94D983 (or 0x94D983) is known color: Gossip. HEX triplet: 94, D9 and 83. RGB value is (148,217,131). Sum of RGB (Red+Green+Blue) = 148+217+131=496 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.84% from 496); Green value is 217 (85.16% from 255 or 43.75% from 496); Blue value is 131 (51.56% from 255 or 26.41% from 496); Max value from RGB is 217 - color contains mainly: green. Hex color #94D983 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D983 is #6B267C. Grayscale: #BABABA. Windows color (decimal): -7022205 or 8640916. OLE color: 8640916.
HSL color Cylindrical-coordinate representation of color #94D983: hue angle of 108.14º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #94D983 is Cyan = 0.32, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 148 | 217 | 131 | - |
| CMYK | 0.32 | 0 | 0.40 | 0.15 |
| HSL | 108.14º | 0.53% | 0.68% | - |
| HSV(B) | 108.14º | 0.4% | 0.85% | - |
| XYZ | 41.12 | 57.56 | 30.42 | - |
| YUV | 186.57 | 96.64 | 100.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 217 | 131 | 0.32 | 0 | 0.40 | 0.15 | 108.14 | 0.53 | 0.68 |
| Hex | 94 | D9 | 83 | 20 | 0 | 28 | F | 6C | 35 | 44 |
| Octal | 224 | 331 | 203 | 40 | 0 | 50 | 17 | 154 | 65 | 104 |
| Binary | 10010100 | 11011001 | 10000011 | 100000 | 0 | 101000 | 1111 | 1101100 | 110101 | 1000100 |
Color Harmonies of #94D983
Complementary color
Monochromatic Colors of #94D983
Black with #94D983
Text Example
Text Example
White with #94D983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D983; }
p { color: rgb(148,217,131); }
H1.HeaderClassName
{
color: #94D983;
}
.AnyTagClassName
{
color: #94D983;
}
</style>
background-color css
<style>
a { background-color: #94D983; }
a { background-color: rgb(148,217,131); }
div.DivClassName
{
background-color: #94D983;
}
.BgClassName
{
background-color: #94D983;
}
</style>
border-color css
<style>
span { border-color: #94D983; }
span { border-color: rgb(148,217,131); }
td.TdClassName
{
border-color: #94D983;
}
.TagClassName
{
border-color: #94D983;
}
</style>