Shades of Gossip #93D07F
Tints of Gossip #93D07F
RGB
CMYK
RGB Variations
Color information
#93D07F (or 0x93D07F) is known color: Gossip. HEX triplet: 93, D0 and 7F. RGB value is (147,208,127). Sum of RGB (Red+Green+Blue) = 147+208+127=482 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.50% from 482); Green value is 208 (81.64% from 255 or 43.15% from 482); Blue value is 127 (50% from 255 or 26.35% from 482); Max value from RGB is 208 - color contains mainly: green. Hex color #93D07F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93D07F is #6C2F80. Grayscale: #B4B4B4. Windows color (decimal): -7090049 or 8376467. OLE color: 8376467.
HSL color Cylindrical-coordinate representation of color #93D07F: hue angle of 105.19º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #93D07F is Cyan = 0.29, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 147 | 208 | 127 | - |
| CMYK | 0.29 | 0 | 0.39 | 0.18 |
| HSL | 105.19º | 0.46% | 0.66% | - |
| HSV(B) | 105.19º | 0.39% | 0.82% | - |
| XYZ | 38.42 | 52.85 | 28.25 | - |
| YUV | 180.53 | 97.79 | 104.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 208 | 127 | 0.29 | 0 | 0.39 | 0.18 | 105.19 | 0.46 | 0.66 |
| Hex | 93 | D0 | 7F | 1D | 0 | 27 | 12 | 69 | 2E | 42 |
| Octal | 223 | 320 | 177 | 35 | 0 | 47 | 22 | 151 | 56 | 102 |
| Binary | 10010011 | 11010000 | 1111111 | 11101 | 0 | 100111 | 10010 | 1101001 | 101110 | 1000010 |
Color Harmonies of #93D07F
Complementary color
Monochromatic Colors of #93D07F
Black with #93D07F
Text Example
Text Example
White with #93D07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D07F; }
p { color: rgb(147,208,127); }
H1.HeaderClassName
{
color: #93D07F;
}
.AnyTagClassName
{
color: #93D07F;
}
</style>
background-color css
<style>
a { background-color: #93D07F; }
a { background-color: rgb(147,208,127); }
div.DivClassName
{
background-color: #93D07F;
}
.BgClassName
{
background-color: #93D07F;
}
</style>
border-color css
<style>
span { border-color: #93D07F; }
span { border-color: rgb(147,208,127); }
td.TdClassName
{
border-color: #93D07F;
}
.TagClassName
{
border-color: #93D07F;
}
</style>