Shades of Gossip #94E17D
Tints of Gossip #94E17D
RGB
CMYK
RGB Variations
Color information
#94E17D (or 0x94E17D) is known color: Gossip. HEX triplet: 94, E1 and 7D. RGB value is (148,225,125). Sum of RGB (Red+Green+Blue) = 148+225+125=498 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.72% from 498); Green value is 225 (88.28% from 255 or 45.18% from 498); Blue value is 125 (49.22% from 255 or 25.10% from 498); Max value from RGB is 225 - color contains mainly: green. Hex color #94E17D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94E17D is #6B1E82. Grayscale: #BEBEBE. Windows color (decimal): -7020163 or 8249748. OLE color: 8249748.
HSL color Cylindrical-coordinate representation of color #94E17D: hue angle of 106.2º degrees, saturation: 0.62, 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 #94E17D is Cyan = 0.34, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 148 | 225 | 125 | - |
| CMYK | 0.34 | 0 | 0.44 | 0.12 |
| HSL | 106.2º | 0.63% | 0.69% | - |
| HSV(B) | 106.2º | 0.44% | 0.88% | - |
| XYZ | 42.84 | 61.63 | 29.04 | - |
| YUV | 190.58 | 90.99 | 97.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 225 | 125 | 0.34 | 0 | 0.44 | 0.12 | 106.2 | 0.63 | 0.69 |
| Hex | 94 | E1 | 7D | 22 | 0 | 2C | C | 6A | 3E | 45 |
| Octal | 224 | 341 | 175 | 42 | 0 | 54 | 14 | 152 | 76 | 105 |
| Binary | 10010100 | 11100001 | 1111101 | 100010 | 0 | 101100 | 1100 | 1101010 | 111110 | 1000101 |
Color Harmonies of #94E17D
Complementary color
Monochromatic Colors of #94E17D
Black with #94E17D
Text Example
Text Example
White with #94E17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94E17D; }
p { color: rgb(148,225,125); }
H1.HeaderClassName
{
color: #94E17D;
}
.AnyTagClassName
{
color: #94E17D;
}
</style>
background-color css
<style>
a { background-color: #94E17D; }
a { background-color: rgb(148,225,125); }
div.DivClassName
{
background-color: #94E17D;
}
.BgClassName
{
background-color: #94E17D;
}
</style>
border-color css
<style>
span { border-color: #94E17D; }
span { border-color: rgb(148,225,125); }
td.TdClassName
{
border-color: #94E17D;
}
.TagClassName
{
border-color: #94E17D;
}
</style>