Shades of Gossip #93D277
Tints of Gossip #93D277
RGB
CMYK
RGB Variations
Color information
#93D277 (or 0x93D277) is known color: Gossip. HEX triplet: 93, D2 and 77. RGB value is (147,210,119). Sum of RGB (Red+Green+Blue) = 147+210+119=476 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.88% from 476); Green value is 210 (82.42% from 255 or 44.12% from 476); Blue value is 119 (46.88% from 255 or 25% from 476); Max value from RGB is 210 - color contains mainly: green. Hex color #93D277 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93D277 is #6C2D88. Grayscale: #B5B5B5. Windows color (decimal): -7089545 or 7852691. OLE color: 7852691.
HSL color Cylindrical-coordinate representation of color #93D277: hue angle of 101.54º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #93D277 is Cyan = 0.30, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 147 | 210 | 119 | - |
| CMYK | 0.30 | 0 | 0.43 | 0.18 |
| HSL | 101.54º | 0.5% | 0.65% | - |
| HSV(B) | 101.54º | 0.43% | 0.82% | - |
| XYZ | 38.41 | 53.63 | 25.78 | - |
| YUV | 180.79 | 93.13 | 103.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 210 | 119 | 0.30 | 0 | 0.43 | 0.18 | 101.54 | 0.5 | 0.65 |
| Hex | 93 | D2 | 77 | 1E | 0 | 2B | 12 | 66 | 32 | 41 |
| Octal | 223 | 322 | 167 | 36 | 0 | 53 | 22 | 146 | 62 | 101 |
| Binary | 10010011 | 11010010 | 1110111 | 11110 | 0 | 101011 | 10010 | 1100110 | 110010 | 1000001 |
Color Harmonies of #93D277
Complementary color
Monochromatic Colors of #93D277
Black with #93D277
Text Example
Text Example
White with #93D277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D277; }
p { color: rgb(147,210,119); }
H1.HeaderClassName
{
color: #93D277;
}
.AnyTagClassName
{
color: #93D277;
}
</style>
background-color css
<style>
a { background-color: #93D277; }
a { background-color: rgb(147,210,119); }
div.DivClassName
{
background-color: #93D277;
}
.BgClassName
{
background-color: #93D277;
}
</style>
border-color css
<style>
span { border-color: #93D277; }
span { border-color: rgb(147,210,119); }
td.TdClassName
{
border-color: #93D277;
}
.TagClassName
{
border-color: #93D277;
}
</style>