Shades of Gossip #93F06E
Tints of Gossip #93F06E
RGB
CMYK
RGB Variations
Color information
#93F06E (or 0x93F06E) is known color: Gossip. HEX triplet: 93, F0 and 6E. RGB value is (147,240,110). Sum of RGB (Red+Green+Blue) = 147+240+110=497 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.58% from 497); Green value is 240 (94.14% from 255 or 48.29% from 497); Blue value is 110 (43.36% from 255 or 22.13% from 497); Max value from RGB is 240 - color contains mainly: green. Hex color #93F06E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #93F06E is #6C0F91. Grayscale: #C5C5C5. Windows color (decimal): -7081874 or 7270547. OLE color: 7270547.
HSL color Cylindrical-coordinate representation of color #93F06E: hue angle of 102.92º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #93F06E is Cyan = 0.39, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 147 | 240 | 110 | - |
| CMYK | 0.39 | 0 | 0.54 | 0.06 |
| HSL | 102.92º | 0.81% | 0.69% | - |
| HSV(B) | 102.92º | 0.54% | 0.94% | - |
| XYZ | 46.01 | 69.65 | 25.77 | - |
| YUV | 197.37 | 78.69 | 92.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 240 | 110 | 0.39 | 0 | 0.54 | 0.06 | 102.92 | 0.81 | 0.69 |
| Hex | 93 | F0 | 6E | 27 | 0 | 36 | 6 | 67 | 51 | 45 |
| Octal | 223 | 360 | 156 | 47 | 0 | 66 | 6 | 147 | 121 | 105 |
| Binary | 10010011 | 11110000 | 1101110 | 100111 | 0 | 110110 | 110 | 1100111 | 1010001 | 1000101 |
Color Harmonies of #93F06E
Complementary color
Monochromatic Colors of #93F06E
Black with #93F06E
Text Example
Text Example
White with #93F06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93F06E; }
p { color: rgb(147,240,110); }
H1.HeaderClassName
{
color: #93F06E;
}
.AnyTagClassName
{
color: #93F06E;
}
</style>
background-color css
<style>
a { background-color: #93F06E; }
a { background-color: rgb(147,240,110); }
div.DivClassName
{
background-color: #93F06E;
}
.BgClassName
{
background-color: #93F06E;
}
</style>
border-color css
<style>
span { border-color: #93F06E; }
span { border-color: rgb(147,240,110); }
td.TdClassName
{
border-color: #93F06E;
}
.TagClassName
{
border-color: #93F06E;
}
</style>