Shades of Gossip #93E278
Tints of Gossip #93E278
RGB
CMYK
RGB Variations
Color information
#93E278 (or 0x93E278) is known color: Gossip. HEX triplet: 93, E2 and 78. RGB value is (147,226,120). Sum of RGB (Red+Green+Blue) = 147+226+120=493 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.82% from 493); Green value is 226 (88.67% from 255 or 45.84% from 493); Blue value is 120 (47.27% from 255 or 24.34% from 493); Max value from RGB is 226 - color contains mainly: green. Hex color #93E278 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93E278 is #6C1D87. Grayscale: #BEBEBE. Windows color (decimal): -7085448 or 7922323. OLE color: 7922323.
HSL color Cylindrical-coordinate representation of color #93E278: hue angle of 104.72º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #93E278 is Cyan = 0.35, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 147 | 226 | 120 | - |
| CMYK | 0.35 | 0 | 0.47 | 0.11 |
| HSL | 104.72º | 0.65% | 0.68% | - |
| HSV(B) | 104.72º | 0.47% | 0.89% | - |
| XYZ | 42.62 | 61.95 | 27.48 | - |
| YUV | 190.3 | 88.33 | 97.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 226 | 120 | 0.35 | 0 | 0.47 | 0.11 | 104.72 | 0.65 | 0.68 |
| Hex | 93 | E2 | 78 | 23 | 0 | 2F | B | 69 | 41 | 44 |
| Octal | 223 | 342 | 170 | 43 | 0 | 57 | 13 | 151 | 101 | 104 |
| Binary | 10010011 | 11100010 | 1111000 | 100011 | 0 | 101111 | 1011 | 1101001 | 1000001 | 1000100 |
Color Harmonies of #93E278
Complementary color
Monochromatic Colors of #93E278
Black with #93E278
Text Example
Text Example
White with #93E278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93E278; }
p { color: rgb(147,226,120); }
H1.HeaderClassName
{
color: #93E278;
}
.AnyTagClassName
{
color: #93E278;
}
</style>
background-color css
<style>
a { background-color: #93E278; }
a { background-color: rgb(147,226,120); }
div.DivClassName
{
background-color: #93E278;
}
.BgClassName
{
background-color: #93E278;
}
</style>
border-color css
<style>
span { border-color: #93E278; }
span { border-color: rgb(147,226,120); }
td.TdClassName
{
border-color: #93E278;
}
.TagClassName
{
border-color: #93E278;
}
</style>