Shades of Gossip #93CF84
Tints of Gossip #93CF84
RGB
CMYK
RGB Variations
Color information
#93CF84 (or 0x93CF84) is known color: Gossip. HEX triplet: 93, CF and 84. RGB value is (147,207,132). Sum of RGB (Red+Green+Blue) = 147+207+132=486 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.25% from 486); Green value is 207 (81.25% from 255 or 42.59% from 486); Blue value is 132 (51.95% from 255 or 27.16% from 486); Max value from RGB is 207 - color contains mainly: green. Hex color #93CF84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93CF84 is #6C307B. Grayscale: #B4B4B4. Windows color (decimal): -7090300 or 8703891. OLE color: 8703891.
HSL color Cylindrical-coordinate representation of color #93CF84: hue angle of 108º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #93CF84 is Cyan = 0.29, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 147 | 207 | 132 | - |
| CMYK | 0.29 | 0 | 0.36 | 0.19 |
| HSL | 108º | 0.44% | 0.66% | - |
| HSV(B) | 108º | 0.36% | 0.81% | - |
| XYZ | 38.51 | 52.49 | 29.93 | - |
| YUV | 180.51 | 100.62 | 104.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 207 | 132 | 0.29 | 0 | 0.36 | 0.19 | 108 | 0.44 | 0.66 |
| Hex | 93 | CF | 84 | 1D | 0 | 24 | 13 | 6C | 2C | 42 |
| Octal | 223 | 317 | 204 | 35 | 0 | 44 | 23 | 154 | 54 | 102 |
| Binary | 10010011 | 11001111 | 10000100 | 11101 | 0 | 100100 | 10011 | 1101100 | 101100 | 1000010 |
Color Harmonies of #93CF84
Complementary color
Monochromatic Colors of #93CF84
Black with #93CF84
Text Example
Text Example
White with #93CF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93CF84; }
p { color: rgb(147,207,132); }
H1.HeaderClassName
{
color: #93CF84;
}
.AnyTagClassName
{
color: #93CF84;
}
</style>
background-color css
<style>
a { background-color: #93CF84; }
a { background-color: rgb(147,207,132); }
div.DivClassName
{
background-color: #93CF84;
}
.BgClassName
{
background-color: #93CF84;
}
</style>
border-color css
<style>
span { border-color: #93CF84; }
span { border-color: rgb(147,207,132); }
td.TdClassName
{
border-color: #93CF84;
}
.TagClassName
{
border-color: #93CF84;
}
</style>