Shades of Gossip #93DC66
Tints of Gossip #93DC66
RGB
CMYK
RGB Variations
Color information
#93DC66 (or 0x93DC66) is known color: Gossip. HEX triplet: 93, DC and 66. RGB value is (147,220,102). Sum of RGB (Red+Green+Blue) = 147+220+102=469 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.34% from 469); Green value is 220 (86.33% from 255 or 46.91% from 469); Blue value is 102 (40.23% from 255 or 21.75% from 469); Max value from RGB is 220 - color contains mainly: green. Hex color #93DC66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93DC66 is #6C2399. Grayscale: #B9B9B9. Windows color (decimal): -7087002 or 6741139. OLE color: 6741139.
HSL color Cylindrical-coordinate representation of color #93DC66: hue angle of 97.12º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #93DC66 is Cyan = 0.33, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 220 | 102 | - |
| CMYK | 0.33 | 0 | 0.54 | 0.14 |
| HSL | 97.12º | 0.63% | 0.63% | - |
| HSV(B) | 97.12º | 0.54% | 0.86% | - |
| XYZ | 40.02 | 58.35 | 21.72 | - |
| YUV | 184.72 | 81.32 | 101.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 220 | 102 | 0.33 | 0 | 0.54 | 0.14 | 97.12 | 0.63 | 0.63 |
| Hex | 93 | DC | 66 | 21 | 0 | 36 | E | 61 | 3F | 3F |
| Octal | 223 | 334 | 146 | 41 | 0 | 66 | 16 | 141 | 77 | 77 |
| Binary | 10010011 | 11011100 | 1100110 | 100001 | 0 | 110110 | 1110 | 1100001 | 111111 | 111111 |
Color Harmonies of #93DC66
Complementary color
Monochromatic Colors of #93DC66
Black with #93DC66
Text Example
Text Example
White with #93DC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93DC66; }
p { color: rgb(147,220,102); }
H1.HeaderClassName
{
color: #93DC66;
}
.AnyTagClassName
{
color: #93DC66;
}
</style>
background-color css
<style>
a { background-color: #93DC66; }
a { background-color: rgb(147,220,102); }
div.DivClassName
{
background-color: #93DC66;
}
.BgClassName
{
background-color: #93DC66;
}
</style>
border-color css
<style>
span { border-color: #93DC66; }
span { border-color: rgb(147,220,102); }
td.TdClassName
{
border-color: #93DC66;
}
.TagClassName
{
border-color: #93DC66;
}
</style>