Shades of Gossip #94DA83
Tints of Gossip #94DA83
RGB
CMYK
RGB Variations
Color information
#94DA83 (or 0x94DA83) is known color: Gossip. HEX triplet: 94, DA and 83. RGB value is (148,218,131). Sum of RGB (Red+Green+Blue) = 148+218+131=497 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.78% from 497); Green value is 218 (85.55% from 255 or 43.86% from 497); Blue value is 131 (51.56% from 255 or 26.36% from 497); Max value from RGB is 218 - color contains mainly: green. Hex color #94DA83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94DA83 is #6B257C. Grayscale: #BBBBBB. Windows color (decimal): -7021949 or 8641172. OLE color: 8641172.
HSL color Cylindrical-coordinate representation of color #94DA83: hue angle of 108.28º degrees, saturation: 0.54, 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 #94DA83 is Cyan = 0.32, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 148 | 218 | 131 | - |
| CMYK | 0.32 | 0 | 0.40 | 0.15 |
| HSL | 108.28º | 0.54% | 0.68% | - |
| HSV(B) | 108.28º | 0.4% | 0.85% | - |
| XYZ | 41.38 | 58.08 | 30.5 | - |
| YUV | 187.15 | 96.31 | 100.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 218 | 131 | 0.32 | 0 | 0.40 | 0.15 | 108.28 | 0.54 | 0.68 |
| Hex | 94 | DA | 83 | 20 | 0 | 28 | F | 6C | 36 | 44 |
| Octal | 224 | 332 | 203 | 40 | 0 | 50 | 17 | 154 | 66 | 104 |
| Binary | 10010100 | 11011010 | 10000011 | 100000 | 0 | 101000 | 1111 | 1101100 | 110110 | 1000100 |
Color Harmonies of #94DA83
Complementary color
Monochromatic Colors of #94DA83
Black with #94DA83
Text Example
Text Example
White with #94DA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94DA83; }
p { color: rgb(148,218,131); }
H1.HeaderClassName
{
color: #94DA83;
}
.AnyTagClassName
{
color: #94DA83;
}
</style>
background-color css
<style>
a { background-color: #94DA83; }
a { background-color: rgb(148,218,131); }
div.DivClassName
{
background-color: #94DA83;
}
.BgClassName
{
background-color: #94DA83;
}
</style>
border-color css
<style>
span { border-color: #94DA83; }
span { border-color: rgb(148,218,131); }
td.TdClassName
{
border-color: #94DA83;
}
.TagClassName
{
border-color: #94DA83;
}
</style>