Shades of Gossip #93CE70
Tints of Gossip #93CE70
RGB
CMYK
RGB Variations
Color information
#93CE70 (or 0x93CE70) is known color: Gossip. HEX triplet: 93, CE and 70. RGB value is (147,206,112). Sum of RGB (Red+Green+Blue) = 147+206+112=465 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.61% from 465); Green value is 206 (80.86% from 255 or 44.30% from 465); Blue value is 112 (44.14% from 255 or 24.09% from 465); Max value from RGB is 206 - color contains mainly: green. Hex color #93CE70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93CE70 is #6C318F. Grayscale: #B1B1B1. Windows color (decimal): -7090576 or 7392915. OLE color: 7392915.
HSL color Cylindrical-coordinate representation of color #93CE70: hue angle of 97.66º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #93CE70 is Cyan = 0.29, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 147 | 206 | 112 | - |
| CMYK | 0.29 | 0 | 0.46 | 0.19 |
| HSL | 97.66º | 0.49% | 0.62% | - |
| HSV(B) | 97.66º | 0.46% | 0.81% | - |
| XYZ | 37.03 | 51.52 | 23.32 | - |
| YUV | 177.64 | 90.95 | 106.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 206 | 112 | 0.29 | 0 | 0.46 | 0.19 | 97.66 | 0.49 | 0.62 |
| Hex | 93 | CE | 70 | 1D | 0 | 2E | 13 | 62 | 31 | 3E |
| Octal | 223 | 316 | 160 | 35 | 0 | 56 | 23 | 142 | 61 | 76 |
| Binary | 10010011 | 11001110 | 1110000 | 11101 | 0 | 101110 | 10011 | 1100010 | 110001 | 111110 |
Color Harmonies of #93CE70
Complementary color
Monochromatic Colors of #93CE70
Black with #93CE70
Text Example
Text Example
White with #93CE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93CE70; }
p { color: rgb(147,206,112); }
H1.HeaderClassName
{
color: #93CE70;
}
.AnyTagClassName
{
color: #93CE70;
}
</style>
background-color css
<style>
a { background-color: #93CE70; }
a { background-color: rgb(147,206,112); }
div.DivClassName
{
background-color: #93CE70;
}
.BgClassName
{
background-color: #93CE70;
}
</style>
border-color css
<style>
span { border-color: #93CE70; }
span { border-color: rgb(147,206,112); }
td.TdClassName
{
border-color: #93CE70;
}
.TagClassName
{
border-color: #93CE70;
}
</style>