Shades of Gossip #94DF80
Tints of Gossip #94DF80
RGB
CMYK
RGB Variations
Color information
#94DF80 (or 0x94DF80) is known color: Gossip. HEX triplet: 94, DF and 80. RGB value is (148,223,128). Sum of RGB (Red+Green+Blue) = 148+223+128=499 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.66% from 499); Green value is 223 (87.5% from 255 or 44.69% from 499); Blue value is 128 (50.39% from 255 or 25.65% from 499); Max value from RGB is 223 - color contains mainly: green. Hex color #94DF80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94DF80 is #6B207F. Grayscale: #BEBEBE. Windows color (decimal): -7020672 or 8445844. OLE color: 8445844.
HSL color Cylindrical-coordinate representation of color #94DF80: hue angle of 107.37º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #94DF80 is Cyan = 0.34, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 223 | 128 | - |
| CMYK | 0.34 | 0 | 0.43 | 0.13 |
| HSL | 107.37º | 0.6% | 0.69% | - |
| HSV(B) | 107.37º | 0.43% | 0.87% | - |
| XYZ | 42.5 | 60.63 | 29.88 | - |
| YUV | 189.75 | 93.15 | 98.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 223 | 128 | 0.34 | 0 | 0.43 | 0.13 | 107.37 | 0.6 | 0.69 |
| Hex | 94 | DF | 80 | 22 | 0 | 2B | D | 6B | 3C | 45 |
| Octal | 224 | 337 | 200 | 42 | 0 | 53 | 15 | 153 | 74 | 105 |
| Binary | 10010100 | 11011111 | 10000000 | 100010 | 0 | 101011 | 1101 | 1101011 | 111100 | 1000101 |
Color Harmonies of #94DF80
Complementary color
Monochromatic Colors of #94DF80
Black with #94DF80
Text Example
Text Example
White with #94DF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94DF80; }
p { color: rgb(148,223,128); }
H1.HeaderClassName
{
color: #94DF80;
}
.AnyTagClassName
{
color: #94DF80;
}
</style>
background-color css
<style>
a { background-color: #94DF80; }
a { background-color: rgb(148,223,128); }
div.DivClassName
{
background-color: #94DF80;
}
.BgClassName
{
background-color: #94DF80;
}
</style>
border-color css
<style>
span { border-color: #94DF80; }
span { border-color: rgb(148,223,128); }
td.TdClassName
{
border-color: #94DF80;
}
.TagClassName
{
border-color: #94DF80;
}
</style>