Shades of Gossip #93ED71
Tints of Gossip #93ED71
RGB
CMYK
RGB Variations
Color information
#93ED71 (or 0x93ED71) is known color: Gossip. HEX triplet: 93, ED and 71. RGB value is (147,237,113). Sum of RGB (Red+Green+Blue) = 147+237+113=497 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.58% from 497); Green value is 237 (92.97% from 255 or 47.69% from 497); Blue value is 113 (44.53% from 255 or 22.74% from 497); Max value from RGB is 237 - color contains mainly: green. Hex color #93ED71 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #93ED71 is #6C128E. Grayscale: #C4C4C4. Windows color (decimal): -7082639 or 7466387. OLE color: 7466387.
HSL color Cylindrical-coordinate representation of color #93ED71: hue angle of 103.55º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #93ED71 is Cyan = 0.38, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 237 | 113 | - |
| CMYK | 0.38 | 0 | 0.52 | 0.07 |
| HSL | 103.55º | 0.78% | 0.69% | - |
| HSV(B) | 103.55º | 0.52% | 0.93% | - |
| XYZ | 45.3 | 67.96 | 26.35 | - |
| YUV | 195.95 | 81.18 | 93.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 237 | 113 | 0.38 | 0 | 0.52 | 0.07 | 103.55 | 0.78 | 0.69 |
| Hex | 93 | ED | 71 | 26 | 0 | 34 | 7 | 68 | 4E | 45 |
| Octal | 223 | 355 | 161 | 46 | 0 | 64 | 7 | 150 | 116 | 105 |
| Binary | 10010011 | 11101101 | 1110001 | 100110 | 0 | 110100 | 111 | 1101000 | 1001110 | 1000101 |
Color Harmonies of #93ED71
Complementary color
Monochromatic Colors of #93ED71
Black with #93ED71
Text Example
Text Example
White with #93ED71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93ED71; }
p { color: rgb(147,237,113); }
H1.HeaderClassName
{
color: #93ED71;
}
.AnyTagClassName
{
color: #93ED71;
}
</style>
background-color css
<style>
a { background-color: #93ED71; }
a { background-color: rgb(147,237,113); }
div.DivClassName
{
background-color: #93ED71;
}
.BgClassName
{
background-color: #93ED71;
}
</style>
border-color css
<style>
span { border-color: #93ED71; }
span { border-color: rgb(147,237,113); }
td.TdClassName
{
border-color: #93ED71;
}
.TagClassName
{
border-color: #93ED71;
}
</style>