Shades of Gossip #93E479
Tints of Gossip #93E479
RGB
CMYK
RGB Variations
Color information
#93E479 (or 0x93E479) is known color: Gossip. HEX triplet: 93, E4 and 79. RGB value is (147,228,121). Sum of RGB (Red+Green+Blue) = 147+228+121=496 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.64% from 496); Green value is 228 (89.45% from 255 or 45.97% from 496); Blue value is 121 (47.66% from 255 or 24.40% from 496); Max value from RGB is 228 - color contains mainly: green. Hex color #93E479 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93E479 is #6C1B86. Grayscale: #BFBFBF. Windows color (decimal): -7084935 or 7988371. OLE color: 7988371.
HSL color Cylindrical-coordinate representation of color #93E479: hue angle of 105.42º degrees, saturation: 0.66, 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 #93E479 is Cyan = 0.36, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 147 | 228 | 121 | - |
| CMYK | 0.36 | 0 | 0.47 | 0.11 |
| HSL | 105.42º | 0.66% | 0.68% | - |
| HSV(B) | 105.42º | 0.47% | 0.89% | - |
| XYZ | 43.23 | 63.07 | 27.98 | - |
| YUV | 191.58 | 88.16 | 96.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 228 | 121 | 0.36 | 0 | 0.47 | 0.11 | 105.42 | 0.66 | 0.68 |
| Hex | 93 | E4 | 79 | 24 | 0 | 2F | B | 69 | 42 | 44 |
| Octal | 223 | 344 | 171 | 44 | 0 | 57 | 13 | 151 | 102 | 104 |
| Binary | 10010011 | 11100100 | 1111001 | 100100 | 0 | 101111 | 1011 | 1101001 | 1000010 | 1000100 |
Color Harmonies of #93E479
Complementary color
Monochromatic Colors of #93E479
Black with #93E479
Text Example
Text Example
White with #93E479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93E479; }
p { color: rgb(147,228,121); }
H1.HeaderClassName
{
color: #93E479;
}
.AnyTagClassName
{
color: #93E479;
}
</style>
background-color css
<style>
a { background-color: #93E479; }
a { background-color: rgb(147,228,121); }
div.DivClassName
{
background-color: #93E479;
}
.BgClassName
{
background-color: #93E479;
}
</style>
border-color css
<style>
span { border-color: #93E479; }
span { border-color: rgb(147,228,121); }
td.TdClassName
{
border-color: #93E479;
}
.TagClassName
{
border-color: #93E479;
}
</style>