Shades of Gossip #94DF6D
Tints of Gossip #94DF6D
RGB
CMYK
RGB Variations
Color information
#94DF6D (or 0x94DF6D) is known color: Gossip. HEX triplet: 94, DF and 6D. RGB value is (148,223,109). Sum of RGB (Red+Green+Blue) = 148+223+109=480 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.83% from 480); Green value is 223 (87.5% from 255 or 46.46% from 480); Blue value is 109 (42.97% from 255 or 22.71% from 480); Max value from RGB is 223 - color contains mainly: green. Hex color #94DF6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94DF6D is #6B2092. Grayscale: #BBBBBB. Windows color (decimal): -7020691 or 7200660. OLE color: 7200660.
HSL color Cylindrical-coordinate representation of color #94DF6D: hue angle of 99.47º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #94DF6D is Cyan = 0.34, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 223 | 109 | - |
| CMYK | 0.34 | 0 | 0.51 | 0.13 |
| HSL | 99.47º | 0.64% | 0.65% | - |
| HSV(B) | 99.47º | 0.51% | 0.87% | - |
| XYZ | 41.36 | 60.18 | 23.9 | - |
| YUV | 187.58 | 83.65 | 99.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 223 | 109 | 0.34 | 0 | 0.51 | 0.13 | 99.47 | 0.64 | 0.65 |
| Hex | 94 | DF | 6D | 22 | 0 | 33 | D | 63 | 40 | 41 |
| Octal | 224 | 337 | 155 | 42 | 0 | 63 | 15 | 143 | 100 | 101 |
| Binary | 10010100 | 11011111 | 1101101 | 100010 | 0 | 110011 | 1101 | 1100011 | 1000000 | 1000001 |
Color Harmonies of #94DF6D
Complementary color
Monochromatic Colors of #94DF6D
Black with #94DF6D
Text Example
Text Example
White with #94DF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94DF6D; }
p { color: rgb(148,223,109); }
H1.HeaderClassName
{
color: #94DF6D;
}
.AnyTagClassName
{
color: #94DF6D;
}
</style>
background-color css
<style>
a { background-color: #94DF6D; }
a { background-color: rgb(148,223,109); }
div.DivClassName
{
background-color: #94DF6D;
}
.BgClassName
{
background-color: #94DF6D;
}
</style>
border-color css
<style>
span { border-color: #94DF6D; }
span { border-color: rgb(148,223,109); }
td.TdClassName
{
border-color: #94DF6D;
}
.TagClassName
{
border-color: #94DF6D;
}
</style>