Shades of Gossip #94EE73
Tints of Gossip #94EE73
RGB
CMYK
RGB Variations
Color information
#94EE73 (or 0x94EE73) is known color: Gossip. HEX triplet: 94, EE and 73. RGB value is (148,238,115). Sum of RGB (Red+Green+Blue) = 148+238+115=501 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.54% from 501); Green value is 238 (93.36% from 255 or 47.50% from 501); Blue value is 115 (45.31% from 255 or 22.95% from 501); Max value from RGB is 238 - color contains mainly: green. Hex color #94EE73 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94EE73 is #6B118C. Grayscale: #C5C5C5. Windows color (decimal): -7016845 or 7597716. OLE color: 7597716.
HSL color Cylindrical-coordinate representation of color #94EE73: hue angle of 103.9º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #94EE73 is Cyan = 0.38, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 238 | 115 | - |
| CMYK | 0.38 | 0 | 0.52 | 0.07 |
| HSL | 103.9º | 0.78% | 0.69% | - |
| HSV(B) | 103.9º | 0.52% | 0.93% | - |
| XYZ | 45.88 | 68.68 | 27.06 | - |
| YUV | 197.07 | 81.68 | 93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 238 | 115 | 0.38 | 0 | 0.52 | 0.07 | 103.9 | 0.78 | 0.69 |
| Hex | 94 | EE | 73 | 26 | 0 | 34 | 7 | 68 | 4E | 45 |
| Octal | 224 | 356 | 163 | 46 | 0 | 64 | 7 | 150 | 116 | 105 |
| Binary | 10010100 | 11101110 | 1110011 | 100110 | 0 | 110100 | 111 | 1101000 | 1001110 | 1000101 |
Color Harmonies of #94EE73
Complementary color
Monochromatic Colors of #94EE73
Black with #94EE73
Text Example
Text Example
White with #94EE73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94EE73; }
p { color: rgb(148,238,115); }
H1.HeaderClassName
{
color: #94EE73;
}
.AnyTagClassName
{
color: #94EE73;
}
</style>
background-color css
<style>
a { background-color: #94EE73; }
a { background-color: rgb(148,238,115); }
div.DivClassName
{
background-color: #94EE73;
}
.BgClassName
{
background-color: #94EE73;
}
</style>
border-color css
<style>
span { border-color: #94EE73; }
span { border-color: rgb(148,238,115); }
td.TdClassName
{
border-color: #94EE73;
}
.TagClassName
{
border-color: #94EE73;
}
</style>