Shades of Gossip #94DB83
Tints of Gossip #94DB83
RGB
CMYK
RGB Variations
Color information
#94DB83 (or 0x94DB83) is known color: Gossip. HEX triplet: 94, DB and 83. RGB value is (148,219,131). Sum of RGB (Red+Green+Blue) = 148+219+131=498 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.72% from 498); Green value is 219 (85.94% from 255 or 43.98% from 498); Blue value is 131 (51.56% from 255 or 26.31% from 498); Max value from RGB is 219 - color contains mainly: green. Hex color #94DB83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94DB83 is #6B247C. Grayscale: #BCBCBC. Windows color (decimal): -7021693 or 8641428. OLE color: 8641428.
HSL color Cylindrical-coordinate representation of color #94DB83: hue angle of 108.41º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #94DB83 is Cyan = 0.32, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 219 | 131 | - |
| CMYK | 0.32 | 0 | 0.40 | 0.14 |
| HSL | 108.41º | 0.55% | 0.69% | - |
| HSV(B) | 108.41º | 0.4% | 0.86% | - |
| XYZ | 41.64 | 58.6 | 30.59 | - |
| YUV | 187.74 | 95.98 | 99.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 219 | 131 | 0.32 | 0 | 0.40 | 0.14 | 108.41 | 0.55 | 0.69 |
| Hex | 94 | DB | 83 | 20 | 0 | 28 | E | 6C | 37 | 45 |
| Octal | 224 | 333 | 203 | 40 | 0 | 50 | 16 | 154 | 67 | 105 |
| Binary | 10010100 | 11011011 | 10000011 | 100000 | 0 | 101000 | 1110 | 1101100 | 110111 | 1000101 |
Color Harmonies of #94DB83
Complementary color
Monochromatic Colors of #94DB83
Black with #94DB83
Text Example
Text Example
White with #94DB83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94DB83; }
p { color: rgb(148,219,131); }
H1.HeaderClassName
{
color: #94DB83;
}
.AnyTagClassName
{
color: #94DB83;
}
</style>
background-color css
<style>
a { background-color: #94DB83; }
a { background-color: rgb(148,219,131); }
div.DivClassName
{
background-color: #94DB83;
}
.BgClassName
{
background-color: #94DB83;
}
</style>
border-color css
<style>
span { border-color: #94DB83; }
span { border-color: rgb(148,219,131); }
td.TdClassName
{
border-color: #94DB83;
}
.TagClassName
{
border-color: #94DB83;
}
</style>