Shades of Gossip #93E070
Tints of Gossip #93E070
RGB
CMYK
RGB Variations
Color information
#93E070 (or 0x93E070) is known color: Gossip. HEX triplet: 93, E0 and 70. RGB value is (147,224,112). Sum of RGB (Red+Green+Blue) = 147+224+112=483 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.43% from 483); Green value is 224 (87.89% from 255 or 46.38% from 483); Blue value is 112 (44.14% from 255 or 23.19% from 483); Max value from RGB is 224 - color contains mainly: green. Hex color #93E070 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93E070 is #6C1F8F. Grayscale: #BCBCBC. Windows color (decimal): -7085968 or 7397523. OLE color: 7397523.
HSL color Cylindrical-coordinate representation of color #93E070: hue angle of 101.25º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #93E070 is Cyan = 0.34, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 147 | 224 | 112 | - |
| CMYK | 0.34 | 0 | 0.50 | 0.12 |
| HSL | 101.25º | 0.64% | 0.66% | - |
| HSV(B) | 101.25º | 0.5% | 0.88% | - |
| XYZ | 41.61 | 60.68 | 24.85 | - |
| YUV | 188.21 | 84.99 | 98.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 224 | 112 | 0.34 | 0 | 0.50 | 0.12 | 101.25 | 0.64 | 0.66 |
| Hex | 93 | E0 | 70 | 22 | 0 | 32 | C | 65 | 40 | 42 |
| Octal | 223 | 340 | 160 | 42 | 0 | 62 | 14 | 145 | 100 | 102 |
| Binary | 10010011 | 11100000 | 1110000 | 100010 | 0 | 110010 | 1100 | 1100101 | 1000000 | 1000010 |
Color Harmonies of #93E070
Complementary color
Monochromatic Colors of #93E070
Black with #93E070
Text Example
Text Example
White with #93E070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93E070; }
p { color: rgb(147,224,112); }
H1.HeaderClassName
{
color: #93E070;
}
.AnyTagClassName
{
color: #93E070;
}
</style>
background-color css
<style>
a { background-color: #93E070; }
a { background-color: rgb(147,224,112); }
div.DivClassName
{
background-color: #93E070;
}
.BgClassName
{
background-color: #93E070;
}
</style>
border-color css
<style>
span { border-color: #93E070; }
span { border-color: rgb(147,224,112); }
td.TdClassName
{
border-color: #93E070;
}
.TagClassName
{
border-color: #93E070;
}
</style>