Shades of Gossip #94E27D
Tints of Gossip #94E27D
RGB
CMYK
RGB Variations
Color information
#94E27D (or 0x94E27D) is known color: Gossip. HEX triplet: 94, E2 and 7D. RGB value is (148,226,125). Sum of RGB (Red+Green+Blue) = 148+226+125=499 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.66% from 499); Green value is 226 (88.67% from 255 or 45.29% from 499); Blue value is 125 (49.22% from 255 or 25.05% from 499); Max value from RGB is 226 - color contains mainly: green. Hex color #94E27D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94E27D is #6B1D82. Grayscale: #BFBFBF. Windows color (decimal): -7019907 or 8250004. OLE color: 8250004.
HSL color Cylindrical-coordinate representation of color #94E27D: hue angle of 106.34º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #94E27D is Cyan = 0.35, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 148 | 226 | 125 | - |
| CMYK | 0.35 | 0 | 0.45 | 0.11 |
| HSL | 106.34º | 0.64% | 0.69% | - |
| HSV(B) | 106.34º | 0.45% | 0.89% | - |
| XYZ | 43.11 | 62.17 | 29.13 | - |
| YUV | 191.16 | 90.66 | 97.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 226 | 125 | 0.35 | 0 | 0.45 | 0.11 | 106.34 | 0.64 | 0.69 |
| Hex | 94 | E2 | 7D | 23 | 0 | 2D | B | 6A | 40 | 45 |
| Octal | 224 | 342 | 175 | 43 | 0 | 55 | 13 | 152 | 100 | 105 |
| Binary | 10010100 | 11100010 | 1111101 | 100011 | 0 | 101101 | 1011 | 1101010 | 1000000 | 1000101 |
Color Harmonies of #94E27D
Complementary color
Monochromatic Colors of #94E27D
Black with #94E27D
Text Example
Text Example
White with #94E27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94E27D; }
p { color: rgb(148,226,125); }
H1.HeaderClassName
{
color: #94E27D;
}
.AnyTagClassName
{
color: #94E27D;
}
</style>
background-color css
<style>
a { background-color: #94E27D; }
a { background-color: rgb(148,226,125); }
div.DivClassName
{
background-color: #94E27D;
}
.BgClassName
{
background-color: #94E27D;
}
</style>
border-color css
<style>
span { border-color: #94E27D; }
span { border-color: rgb(148,226,125); }
td.TdClassName
{
border-color: #94E27D;
}
.TagClassName
{
border-color: #94E27D;
}
</style>