Shades of Gossip #93CB7F
Tints of Gossip #93CB7F
RGB
CMYK
RGB Variations
Color information
#93CB7F (or 0x93CB7F) is known color: Gossip. HEX triplet: 93, CB and 7F. RGB value is (147,203,127). Sum of RGB (Red+Green+Blue) = 147+203+127=477 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.82% from 477); Green value is 203 (79.69% from 255 or 42.56% from 477); Blue value is 127 (50% from 255 or 26.62% from 477); Max value from RGB is 203 - color contains mainly: green. Hex color #93CB7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93CB7F is #6C3480. Grayscale: #B1B1B1. Windows color (decimal): -7091329 or 8375187. OLE color: 8375187.
HSL color Cylindrical-coordinate representation of color #93CB7F: hue angle of 104.21º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #93CB7F is Cyan = 0.28, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 147 | 203 | 127 | - |
| CMYK | 0.28 | 0 | 0.37 | 0.20 |
| HSL | 104.21º | 0.42% | 0.65% | - |
| HSV(B) | 104.21º | 0.37% | 0.8% | - |
| XYZ | 37.22 | 50.45 | 27.85 | - |
| YUV | 177.59 | 99.45 | 106.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 203 | 127 | 0.28 | 0 | 0.37 | 0.20 | 104.21 | 0.42 | 0.65 |
| Hex | 93 | CB | 7F | 1C | 0 | 25 | 14 | 68 | 2A | 41 |
| Octal | 223 | 313 | 177 | 34 | 0 | 45 | 24 | 150 | 52 | 101 |
| Binary | 10010011 | 11001011 | 1111111 | 11100 | 0 | 100101 | 10100 | 1101000 | 101010 | 1000001 |
Color Harmonies of #93CB7F
Complementary color
Monochromatic Colors of #93CB7F
Black with #93CB7F
Text Example
Text Example
White with #93CB7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93CB7F; }
p { color: rgb(147,203,127); }
H1.HeaderClassName
{
color: #93CB7F;
}
.AnyTagClassName
{
color: #93CB7F;
}
</style>
background-color css
<style>
a { background-color: #93CB7F; }
a { background-color: rgb(147,203,127); }
div.DivClassName
{
background-color: #93CB7F;
}
.BgClassName
{
background-color: #93CB7F;
}
</style>
border-color css
<style>
span { border-color: #93CB7F; }
span { border-color: rgb(147,203,127); }
td.TdClassName
{
border-color: #93CB7F;
}
.TagClassName
{
border-color: #93CB7F;
}
</style>