Shades of Gossip #93EA6F
Tints of Gossip #93EA6F
RGB
CMYK
RGB Variations
Color information
#93EA6F (or 0x93EA6F) is known color: Gossip. HEX triplet: 93, EA and 6F. RGB value is (147,234,111). Sum of RGB (Red+Green+Blue) = 147+234+111=492 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.88% from 492); Green value is 234 (91.80% from 255 or 47.56% from 492); Blue value is 111 (43.75% from 255 or 22.56% from 492); Max value from RGB is 234 - color contains mainly: green. Hex color #93EA6F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #93EA6F is #6C1590. Grayscale: #C2C2C2. Windows color (decimal): -7083409 or 7334547. OLE color: 7334547.
HSL color Cylindrical-coordinate representation of color #93EA6F: hue angle of 102.44º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #93EA6F is Cyan = 0.37, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 147 | 234 | 111 | - |
| CMYK | 0.37 | 0 | 0.53 | 0.08 |
| HSL | 102.44º | 0.75% | 0.68% | - |
| HSV(B) | 102.44º | 0.53% | 0.92% | - |
| XYZ | 44.32 | 66.2 | 25.48 | - |
| YUV | 193.97 | 81.18 | 94.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 234 | 111 | 0.37 | 0 | 0.53 | 0.08 | 102.44 | 0.75 | 0.68 |
| Hex | 93 | EA | 6F | 25 | 0 | 35 | 8 | 66 | 4B | 44 |
| Octal | 223 | 352 | 157 | 45 | 0 | 65 | 10 | 146 | 113 | 104 |
| Binary | 10010011 | 11101010 | 1101111 | 100101 | 0 | 110101 | 1000 | 1100110 | 1001011 | 1000100 |
Color Harmonies of #93EA6F
Complementary color
Monochromatic Colors of #93EA6F
Black with #93EA6F
Text Example
Text Example
White with #93EA6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93EA6F; }
p { color: rgb(147,234,111); }
H1.HeaderClassName
{
color: #93EA6F;
}
.AnyTagClassName
{
color: #93EA6F;
}
</style>
background-color css
<style>
a { background-color: #93EA6F; }
a { background-color: rgb(147,234,111); }
div.DivClassName
{
background-color: #93EA6F;
}
.BgClassName
{
background-color: #93EA6F;
}
</style>
border-color css
<style>
span { border-color: #93EA6F; }
span { border-color: rgb(147,234,111); }
td.TdClassName
{
border-color: #93EA6F;
}
.TagClassName
{
border-color: #93EA6F;
}
</style>