Shades of Gossip #93CE75
Tints of Gossip #93CE75
RGB
CMYK
RGB Variations
Color information
#93CE75 (or 0x93CE75) is known color: Gossip. HEX triplet: 93, CE and 75. RGB value is (147,206,117). Sum of RGB (Red+Green+Blue) = 147+206+117=470 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.28% from 470); Green value is 206 (80.86% from 255 or 43.83% from 470); Blue value is 117 (46.09% from 255 or 24.89% from 470); Max value from RGB is 206 - color contains mainly: green. Hex color #93CE75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93CE75 is #6C318A. Grayscale: #B2B2B2. Windows color (decimal): -7090571 or 7720595. OLE color: 7720595.
HSL color Cylindrical-coordinate representation of color #93CE75: hue angle of 99.78º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #93CE75 is Cyan = 0.29, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 147 | 206 | 117 | - |
| CMYK | 0.29 | 0 | 0.43 | 0.19 |
| HSL | 99.78º | 0.48% | 0.63% | - |
| HSV(B) | 99.78º | 0.43% | 0.81% | - |
| XYZ | 37.31 | 51.63 | 24.83 | - |
| YUV | 178.21 | 93.45 | 105.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 206 | 117 | 0.29 | 0 | 0.43 | 0.19 | 99.78 | 0.48 | 0.63 |
| Hex | 93 | CE | 75 | 1D | 0 | 2B | 13 | 64 | 30 | 3F |
| Octal | 223 | 316 | 165 | 35 | 0 | 53 | 23 | 144 | 60 | 77 |
| Binary | 10010011 | 11001110 | 1110101 | 11101 | 0 | 101011 | 10011 | 1100100 | 110000 | 111111 |
Color Harmonies of #93CE75
Complementary color
Monochromatic Colors of #93CE75
Black with #93CE75
Text Example
Text Example
White with #93CE75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93CE75; }
p { color: rgb(147,206,117); }
H1.HeaderClassName
{
color: #93CE75;
}
.AnyTagClassName
{
color: #93CE75;
}
</style>
background-color css
<style>
a { background-color: #93CE75; }
a { background-color: rgb(147,206,117); }
div.DivClassName
{
background-color: #93CE75;
}
.BgClassName
{
background-color: #93CE75;
}
</style>
border-color css
<style>
span { border-color: #93CE75; }
span { border-color: rgb(147,206,117); }
td.TdClassName
{
border-color: #93CE75;
}
.TagClassName
{
border-color: #93CE75;
}
</style>