Shades of Gossip #93D679
Tints of Gossip #93D679
RGB
CMYK
RGB Variations
Color information
#93D679 (or 0x93D679) is known color: Gossip. HEX triplet: 93, D6 and 79. RGB value is (147,214,121). Sum of RGB (Red+Green+Blue) = 147+214+121=482 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.50% from 482); Green value is 214 (83.98% from 255 or 44.40% from 482); Blue value is 121 (47.66% from 255 or 25.10% from 482); Max value from RGB is 214 - color contains mainly: green. Hex color #93D679 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93D679 is #6C2986. Grayscale: #B7B7B7. Windows color (decimal): -7088519 or 7984787. OLE color: 7984787.
HSL color Cylindrical-coordinate representation of color #93D679: hue angle of 103.23º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #93D679 is Cyan = 0.31, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 147 | 214 | 121 | - |
| CMYK | 0.31 | 0 | 0.43 | 0.16 |
| HSL | 103.23º | 0.53% | 0.66% | - |
| HSV(B) | 103.23º | 0.43% | 0.84% | - |
| XYZ | 39.53 | 55.68 | 26.75 | - |
| YUV | 183.37 | 92.8 | 102.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 214 | 121 | 0.31 | 0 | 0.43 | 0.16 | 103.23 | 0.53 | 0.66 |
| Hex | 93 | D6 | 79 | 1F | 0 | 2B | 10 | 67 | 35 | 42 |
| Octal | 223 | 326 | 171 | 37 | 0 | 53 | 20 | 147 | 65 | 102 |
| Binary | 10010011 | 11010110 | 1111001 | 11111 | 0 | 101011 | 10000 | 1100111 | 110101 | 1000010 |
Color Harmonies of #93D679
Complementary color
Monochromatic Colors of #93D679
Black with #93D679
Text Example
Text Example
White with #93D679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D679; }
p { color: rgb(147,214,121); }
H1.HeaderClassName
{
color: #93D679;
}
.AnyTagClassName
{
color: #93D679;
}
</style>
background-color css
<style>
a { background-color: #93D679; }
a { background-color: rgb(147,214,121); }
div.DivClassName
{
background-color: #93D679;
}
.BgClassName
{
background-color: #93D679;
}
</style>
border-color css
<style>
span { border-color: #93D679; }
span { border-color: rgb(147,214,121); }
td.TdClassName
{
border-color: #93D679;
}
.TagClassName
{
border-color: #93D679;
}
</style>