Shades of Gossip #93ED64
Tints of Gossip #93ED64
RGB
CMYK
RGB Variations
Color information
#93ED64 (or 0x93ED64) is known color: Gossip. HEX triplet: 93, ED and 64. RGB value is (147,237,100). Sum of RGB (Red+Green+Blue) = 147+237+100=484 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.37% from 484); Green value is 237 (92.97% from 255 or 48.97% from 484); Blue value is 100 (39.45% from 255 or 20.66% from 484); Max value from RGB is 237 - color contains mainly: green. Hex color #93ED64 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #93ED64 is #6C129B. Grayscale: #C2C2C2. Windows color (decimal): -7082652 or 6614419. OLE color: 6614419.
HSL color Cylindrical-coordinate representation of color #93ED64: hue angle of 99.42º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #93ED64 is Cyan = 0.38, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 237 | 100 | - |
| CMYK | 0.38 | 0 | 0.58 | 0.07 |
| HSL | 99.42º | 0.79% | 0.66% | - |
| HSV(B) | 99.42º | 0.58% | 0.93% | - |
| XYZ | 44.62 | 67.69 | 22.77 | - |
| YUV | 194.47 | 74.68 | 94.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 237 | 100 | 0.38 | 0 | 0.58 | 0.07 | 99.42 | 0.79 | 0.66 |
| Hex | 93 | ED | 64 | 26 | 0 | 3A | 7 | 63 | 4F | 42 |
| Octal | 223 | 355 | 144 | 46 | 0 | 72 | 7 | 143 | 117 | 102 |
| Binary | 10010011 | 11101101 | 1100100 | 100110 | 0 | 111010 | 111 | 1100011 | 1001111 | 1000010 |
Color Harmonies of #93ED64
Complementary color
Monochromatic Colors of #93ED64
Black with #93ED64
Text Example
Text Example
White with #93ED64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93ED64; }
p { color: rgb(147,237,100); }
H1.HeaderClassName
{
color: #93ED64;
}
.AnyTagClassName
{
color: #93ED64;
}
</style>
background-color css
<style>
a { background-color: #93ED64; }
a { background-color: rgb(147,237,100); }
div.DivClassName
{
background-color: #93ED64;
}
.BgClassName
{
background-color: #93ED64;
}
</style>
border-color css
<style>
span { border-color: #93ED64; }
span { border-color: rgb(147,237,100); }
td.TdClassName
{
border-color: #93ED64;
}
.TagClassName
{
border-color: #93ED64;
}
</style>