Shades of Gossip #93CC78
Tints of Gossip #93CC78
RGB
CMYK
RGB Variations
Color information
#93CC78 (or 0x93CC78) is known color: Gossip. HEX triplet: 93, CC and 78. RGB value is (147,204,120). Sum of RGB (Red+Green+Blue) = 147+204+120=471 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.21% from 471); Green value is 204 (80.08% from 255 or 43.31% from 471); Blue value is 120 (47.27% from 255 or 25.48% from 471); Max value from RGB is 204 - color contains mainly: green. Hex color #93CC78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93CC78 is #6C3387. Grayscale: #B1B1B1. Windows color (decimal): -7091080 or 7916691. OLE color: 7916691.
HSL color Cylindrical-coordinate representation of color #93CC78: hue angle of 100.71º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #93CC78 is Cyan = 0.28, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 147 | 204 | 120 | - |
| CMYK | 0.28 | 0 | 0.41 | 0.2 |
| HSL | 100.71º | 0.45% | 0.64% | - |
| HSV(B) | 100.71º | 0.41% | 0.8% | - |
| XYZ | 37.02 | 50.74 | 25.61 | - |
| YUV | 177.38 | 95.62 | 106.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 204 | 120 | 0.28 | 0 | 0.41 | 0.2 | 100.71 | 0.45 | 0.64 |
| Hex | 93 | CC | 78 | 1C | 0 | 29 | 14 | 65 | 2D | 40 |
| Octal | 223 | 314 | 170 | 34 | 0 | 51 | 24 | 145 | 55 | 100 |
| Binary | 10010011 | 11001100 | 1111000 | 11100 | 0 | 101001 | 10100 | 1100101 | 101101 | 1000000 |
Color Harmonies of #93CC78
Complementary color
Monochromatic Colors of #93CC78
Black with #93CC78
Text Example
Text Example
White with #93CC78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93CC78; }
p { color: rgb(147,204,120); }
H1.HeaderClassName
{
color: #93CC78;
}
.AnyTagClassName
{
color: #93CC78;
}
</style>
background-color css
<style>
a { background-color: #93CC78; }
a { background-color: rgb(147,204,120); }
div.DivClassName
{
background-color: #93CC78;
}
.BgClassName
{
background-color: #93CC78;
}
</style>
border-color css
<style>
span { border-color: #93CC78; }
span { border-color: rgb(147,204,120); }
td.TdClassName
{
border-color: #93CC78;
}
.TagClassName
{
border-color: #93CC78;
}
</style>