Shades of Gossip #94EA74
Tints of Gossip #94EA74
RGB
CMYK
RGB Variations
Color information
#94EA74 (or 0x94EA74) is known color: Gossip. HEX triplet: 94, EA and 74. RGB value is (148,234,116). Sum of RGB (Red+Green+Blue) = 148+234+116=498 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.72% from 498); Green value is 234 (91.80% from 255 or 46.99% from 498); Blue value is 116 (45.70% from 255 or 23.29% from 498); Max value from RGB is 234 - color contains mainly: green. Hex color #94EA74 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94EA74 is #6B158B. Grayscale: #C3C3C3. Windows color (decimal): -7017868 or 7662228. OLE color: 7662228.
HSL color Cylindrical-coordinate representation of color #94EA74: hue angle of 103.73º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #94EA74 is Cyan = 0.37, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 148 | 234 | 116 | - |
| CMYK | 0.37 | 0 | 0.50 | 0.08 |
| HSL | 103.73º | 0.74% | 0.69% | - |
| HSV(B) | 103.73º | 0.5% | 0.92% | - |
| XYZ | 44.79 | 66.4 | 26.98 | - |
| YUV | 194.83 | 83.51 | 94.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 234 | 116 | 0.37 | 0 | 0.50 | 0.08 | 103.73 | 0.74 | 0.69 |
| Hex | 94 | EA | 74 | 25 | 0 | 32 | 8 | 68 | 4A | 45 |
| Octal | 224 | 352 | 164 | 45 | 0 | 62 | 10 | 150 | 112 | 105 |
| Binary | 10010100 | 11101010 | 1110100 | 100101 | 0 | 110010 | 1000 | 1101000 | 1001010 | 1000101 |
Color Harmonies of #94EA74
Complementary color
Monochromatic Colors of #94EA74
Black with #94EA74
Text Example
Text Example
White with #94EA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94EA74; }
p { color: rgb(148,234,116); }
H1.HeaderClassName
{
color: #94EA74;
}
.AnyTagClassName
{
color: #94EA74;
}
</style>
background-color css
<style>
a { background-color: #94EA74; }
a { background-color: rgb(148,234,116); }
div.DivClassName
{
background-color: #94EA74;
}
.BgClassName
{
background-color: #94EA74;
}
</style>
border-color css
<style>
span { border-color: #94EA74; }
span { border-color: rgb(148,234,116); }
td.TdClassName
{
border-color: #94EA74;
}
.TagClassName
{
border-color: #94EA74;
}
</style>