Shades of Gossip #94E07E
Tints of Gossip #94E07E
RGB
CMYK
RGB Variations
Color information
#94E07E (or 0x94E07E) is known color: Gossip. HEX triplet: 94, E0 and 7E. RGB value is (148,224,126). Sum of RGB (Red+Green+Blue) = 148+224+126=498 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.72% from 498); Green value is 224 (87.89% from 255 or 44.98% from 498); Blue value is 126 (49.61% from 255 or 25.30% from 498); Max value from RGB is 224 - color contains mainly: green. Hex color #94E07E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94E07E is #6B1F81. Grayscale: #BEBEBE. Windows color (decimal): -7020418 or 8315028. OLE color: 8315028.
HSL color Cylindrical-coordinate representation of color #94E07E: hue angle of 106.53º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #94E07E is Cyan = 0.34, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 148 | 224 | 126 | - |
| CMYK | 0.34 | 0 | 0.44 | 0.12 |
| HSL | 106.53º | 0.61% | 0.69% | - |
| HSV(B) | 106.53º | 0.44% | 0.88% | - |
| XYZ | 42.63 | 61.11 | 29.29 | - |
| YUV | 190.1 | 91.82 | 97.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 224 | 126 | 0.34 | 0 | 0.44 | 0.12 | 106.53 | 0.61 | 0.69 |
| Hex | 94 | E0 | 7E | 22 | 0 | 2C | C | 6B | 3D | 45 |
| Octal | 224 | 340 | 176 | 42 | 0 | 54 | 14 | 153 | 75 | 105 |
| Binary | 10010100 | 11100000 | 1111110 | 100010 | 0 | 101100 | 1100 | 1101011 | 111101 | 1000101 |
Color Harmonies of #94E07E
Complementary color
Monochromatic Colors of #94E07E
Black with #94E07E
Text Example
Text Example
White with #94E07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94E07E; }
p { color: rgb(148,224,126); }
H1.HeaderClassName
{
color: #94E07E;
}
.AnyTagClassName
{
color: #94E07E;
}
</style>
background-color css
<style>
a { background-color: #94E07E; }
a { background-color: rgb(148,224,126); }
div.DivClassName
{
background-color: #94E07E;
}
.BgClassName
{
background-color: #94E07E;
}
</style>
border-color css
<style>
span { border-color: #94E07E; }
span { border-color: rgb(148,224,126); }
td.TdClassName
{
border-color: #94E07E;
}
.TagClassName
{
border-color: #94E07E;
}
</style>