Shades of Gossip #93E27E
Tints of Gossip #93E27E
RGB
CMYK
RGB Variations
Color information
#93E27E (or 0x93E27E) is known color: Gossip. HEX triplet: 93, E2 and 7E. RGB value is (147,226,126). Sum of RGB (Red+Green+Blue) = 147+226+126=499 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.46% from 499); Green value is 226 (88.67% from 255 or 45.29% from 499); Blue value is 126 (49.61% from 255 or 25.25% from 499); Max value from RGB is 226 - color contains mainly: green. Hex color #93E27E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93E27E is #6C1D81. Grayscale: #BFBFBF. Windows color (decimal): -7085442 or 8315539. OLE color: 8315539.
HSL color Cylindrical-coordinate representation of color #93E27E: hue angle of 107.4º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #93E27E is Cyan = 0.35, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 147 | 226 | 126 | - |
| CMYK | 0.35 | 0 | 0.44 | 0.11 |
| HSL | 107.4º | 0.63% | 0.69% | - |
| HSV(B) | 107.4º | 0.44% | 0.89% | - |
| XYZ | 42.99 | 62.1 | 29.46 | - |
| YUV | 190.98 | 91.33 | 96.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 226 | 126 | 0.35 | 0 | 0.44 | 0.11 | 107.4 | 0.63 | 0.69 |
| Hex | 93 | E2 | 7E | 23 | 0 | 2C | B | 6B | 3F | 45 |
| Octal | 223 | 342 | 176 | 43 | 0 | 54 | 13 | 153 | 77 | 105 |
| Binary | 10010011 | 11100010 | 1111110 | 100011 | 0 | 101100 | 1011 | 1101011 | 111111 | 1000101 |
Color Harmonies of #93E27E
Complementary color
Monochromatic Colors of #93E27E
Black with #93E27E
Text Example
Text Example
White with #93E27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93E27E; }
p { color: rgb(147,226,126); }
H1.HeaderClassName
{
color: #93E27E;
}
.AnyTagClassName
{
color: #93E27E;
}
</style>
background-color css
<style>
a { background-color: #93E27E; }
a { background-color: rgb(147,226,126); }
div.DivClassName
{
background-color: #93E27E;
}
.BgClassName
{
background-color: #93E27E;
}
</style>
border-color css
<style>
span { border-color: #93E27E; }
span { border-color: rgb(147,226,126); }
td.TdClassName
{
border-color: #93E27E;
}
.TagClassName
{
border-color: #93E27E;
}
</style>