Shades of Gossip #94EF6D
Tints of Gossip #94EF6D
RGB
CMYK
RGB Variations
Color information
#94EF6D (or 0x94EF6D) is known color: Gossip. HEX triplet: 94, EF and 6D. RGB value is (148,239,109). Sum of RGB (Red+Green+Blue) = 148+239+109=496 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.84% from 496); Green value is 239 (93.75% from 255 or 48.19% from 496); Blue value is 109 (42.97% from 255 or 21.98% from 496); Max value from RGB is 239 - color contains mainly: green. Hex color #94EF6D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94EF6D is #6B1092. Grayscale: #C5C5C5. Windows color (decimal): -7016595 or 7204756. OLE color: 7204756.
HSL color Cylindrical-coordinate representation of color #94EF6D: hue angle of 102º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #94EF6D is Cyan = 0.38, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 148 | 239 | 109 | - |
| CMYK | 0.38 | 0 | 0.54 | 0.06 |
| HSL | 102º | 0.8% | 0.68% | - |
| HSV(B) | 102º | 0.54% | 0.94% | - |
| XYZ | 45.84 | 69.13 | 25.4 | - |
| YUV | 196.97 | 78.35 | 93.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 239 | 109 | 0.38 | 0 | 0.54 | 0.06 | 102 | 0.8 | 0.68 |
| Hex | 94 | EF | 6D | 26 | 0 | 36 | 6 | 66 | 50 | 44 |
| Octal | 224 | 357 | 155 | 46 | 0 | 66 | 6 | 146 | 120 | 104 |
| Binary | 10010100 | 11101111 | 1101101 | 100110 | 0 | 110110 | 110 | 1100110 | 1010000 | 1000100 |
Color Harmonies of #94EF6D
Complementary color
Monochromatic Colors of #94EF6D
Black with #94EF6D
Text Example
Text Example
White with #94EF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94EF6D; }
p { color: rgb(148,239,109); }
H1.HeaderClassName
{
color: #94EF6D;
}
.AnyTagClassName
{
color: #94EF6D;
}
</style>
background-color css
<style>
a { background-color: #94EF6D; }
a { background-color: rgb(148,239,109); }
div.DivClassName
{
background-color: #94EF6D;
}
.BgClassName
{
background-color: #94EF6D;
}
</style>
border-color css
<style>
span { border-color: #94EF6D; }
span { border-color: rgb(148,239,109); }
td.TdClassName
{
border-color: #94EF6D;
}
.TagClassName
{
border-color: #94EF6D;
}
</style>