Shades of Gossip #93DC6F
Tints of Gossip #93DC6F
RGB
CMYK
RGB Variations
Color information
#93DC6F (or 0x93DC6F) is known color: Gossip. HEX triplet: 93, DC and 6F. RGB value is (147,220,111). Sum of RGB (Red+Green+Blue) = 147+220+111=478 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.75% from 478); Green value is 220 (86.33% from 255 or 46.03% from 478); Blue value is 111 (43.75% from 255 or 23.22% from 478); Max value from RGB is 220 - color contains mainly: green. Hex color #93DC6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93DC6F is #6C2390. Grayscale: #BABABA. Windows color (decimal): -7086993 or 7330963. OLE color: 7330963.
HSL color Cylindrical-coordinate representation of color #93DC6F: hue angle of 100.18º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #93DC6F is Cyan = 0.33, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 220 | 111 | - |
| CMYK | 0.33 | 0 | 0.50 | 0.14 |
| HSL | 100.18º | 0.61% | 0.65% | - |
| HSV(B) | 100.18º | 0.5% | 0.86% | - |
| XYZ | 40.5 | 58.54 | 24.2 | - |
| YUV | 185.75 | 85.82 | 100.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 220 | 111 | 0.33 | 0 | 0.50 | 0.14 | 100.18 | 0.61 | 0.65 |
| Hex | 93 | DC | 6F | 21 | 0 | 32 | E | 64 | 3D | 41 |
| Octal | 223 | 334 | 157 | 41 | 0 | 62 | 16 | 144 | 75 | 101 |
| Binary | 10010011 | 11011100 | 1101111 | 100001 | 0 | 110010 | 1110 | 1100100 | 111101 | 1000001 |
Color Harmonies of #93DC6F
Complementary color
Monochromatic Colors of #93DC6F
Black with #93DC6F
Text Example
Text Example
White with #93DC6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93DC6F; }
p { color: rgb(147,220,111); }
H1.HeaderClassName
{
color: #93DC6F;
}
.AnyTagClassName
{
color: #93DC6F;
}
</style>
background-color css
<style>
a { background-color: #93DC6F; }
a { background-color: rgb(147,220,111); }
div.DivClassName
{
background-color: #93DC6F;
}
.BgClassName
{
background-color: #93DC6F;
}
</style>
border-color css
<style>
span { border-color: #93DC6F; }
span { border-color: rgb(147,220,111); }
td.TdClassName
{
border-color: #93DC6F;
}
.TagClassName
{
border-color: #93DC6F;
}
</style>