Shades of Gossip #93D674
Tints of Gossip #93D674
RGB
CMYK
RGB Variations
Color information
#93D674 (or 0x93D674) is known color: Gossip. HEX triplet: 93, D6 and 74. RGB value is (147,214,116). Sum of RGB (Red+Green+Blue) = 147+214+116=477 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.82% from 477); Green value is 214 (83.98% from 255 or 44.86% from 477); Blue value is 116 (45.70% from 255 or 24.32% from 477); Max value from RGB is 214 - color contains mainly: green. Hex color #93D674 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93D674 is #6C298B. Grayscale: #B7B7B7. Windows color (decimal): -7088524 or 7657107. OLE color: 7657107.
HSL color Cylindrical-coordinate representation of color #93D674: hue angle of 101.02º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #93D674 is Cyan = 0.31, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 147 | 214 | 116 | - |
| CMYK | 0.31 | 0 | 0.46 | 0.16 |
| HSL | 101.02º | 0.54% | 0.65% | - |
| HSV(B) | 101.02º | 0.46% | 0.84% | - |
| XYZ | 39.23 | 55.56 | 25.18 | - |
| YUV | 182.8 | 90.3 | 102.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 214 | 116 | 0.31 | 0 | 0.46 | 0.16 | 101.02 | 0.54 | 0.65 |
| Hex | 93 | D6 | 74 | 1F | 0 | 2E | 10 | 65 | 36 | 41 |
| Octal | 223 | 326 | 164 | 37 | 0 | 56 | 20 | 145 | 66 | 101 |
| Binary | 10010011 | 11010110 | 1110100 | 11111 | 0 | 101110 | 10000 | 1100101 | 110110 | 1000001 |
Color Harmonies of #93D674
Complementary color
Monochromatic Colors of #93D674
Black with #93D674
Text Example
Text Example
White with #93D674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D674; }
p { color: rgb(147,214,116); }
H1.HeaderClassName
{
color: #93D674;
}
.AnyTagClassName
{
color: #93D674;
}
</style>
background-color css
<style>
a { background-color: #93D674; }
a { background-color: rgb(147,214,116); }
div.DivClassName
{
background-color: #93D674;
}
.BgClassName
{
background-color: #93D674;
}
</style>
border-color css
<style>
span { border-color: #93D674; }
span { border-color: rgb(147,214,116); }
td.TdClassName
{
border-color: #93D674;
}
.TagClassName
{
border-color: #93D674;
}
</style>