Shades of Gossip #93CF6F
Tints of Gossip #93CF6F
RGB
CMYK
RGB Variations
Color information
#93CF6F (or 0x93CF6F) is known color: Gossip. HEX triplet: 93, CF and 6F. RGB value is (147,207,111). Sum of RGB (Red+Green+Blue) = 147+207+111=465 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.61% from 465); Green value is 207 (81.25% from 255 or 44.52% from 465); Blue value is 111 (43.75% from 255 or 23.87% from 465); Max value from RGB is 207 - color contains mainly: green. Hex color #93CF6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93CF6F is #6C3090. Grayscale: #B2B2B2. Windows color (decimal): -7090321 or 7327635. OLE color: 7327635.
HSL color Cylindrical-coordinate representation of color #93CF6F: hue angle of 97.5º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #93CF6F is Cyan = 0.29, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 147 | 207 | 111 | - |
| CMYK | 0.29 | 0 | 0.46 | 0.19 |
| HSL | 97.5º | 0.5% | 0.62% | - |
| HSV(B) | 97.5º | 0.46% | 0.81% | - |
| XYZ | 37.21 | 51.98 | 23.11 | - |
| YUV | 178.12 | 90.12 | 105.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 207 | 111 | 0.29 | 0 | 0.46 | 0.19 | 97.5 | 0.5 | 0.62 |
| Hex | 93 | CF | 6F | 1D | 0 | 2E | 13 | 62 | 32 | 3E |
| Octal | 223 | 317 | 157 | 35 | 0 | 56 | 23 | 142 | 62 | 76 |
| Binary | 10010011 | 11001111 | 1101111 | 11101 | 0 | 101110 | 10011 | 1100010 | 110010 | 111110 |
Color Harmonies of #93CF6F
Complementary color
Monochromatic Colors of #93CF6F
Black with #93CF6F
Text Example
Text Example
White with #93CF6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93CF6F; }
p { color: rgb(147,207,111); }
H1.HeaderClassName
{
color: #93CF6F;
}
.AnyTagClassName
{
color: #93CF6F;
}
</style>
background-color css
<style>
a { background-color: #93CF6F; }
a { background-color: rgb(147,207,111); }
div.DivClassName
{
background-color: #93CF6F;
}
.BgClassName
{
background-color: #93CF6F;
}
</style>
border-color css
<style>
span { border-color: #93CF6F; }
span { border-color: rgb(147,207,111); }
td.TdClassName
{
border-color: #93CF6F;
}
.TagClassName
{
border-color: #93CF6F;
}
</style>