Shades of Gossip #95E977
Tints of Gossip #95E977
RGB
CMYK
RGB Variations
Color information
#95E977 (or 0x95E977) is known color: Gossip. HEX triplet: 95, E9 and 77. RGB value is (149,233,119). Sum of RGB (Red+Green+Blue) = 149+233+119=501 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.74% from 501); Green value is 233 (91.41% from 255 or 46.51% from 501); Blue value is 119 (46.88% from 255 or 23.75% from 501); Max value from RGB is 233 - color contains mainly: green. Hex color #95E977 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #95E977 is #6A1688. Grayscale: #C3C3C3. Windows color (decimal): -6952585 or 7858581. OLE color: 7858581.
HSL color Cylindrical-coordinate representation of color #95E977: hue angle of 104.21º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #95E977 is Cyan = 0.36, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 149 | 233 | 119 | - |
| CMYK | 0.36 | 0 | 0.49 | 0.09 |
| HSL | 104.21º | 0.72% | 0.69% | - |
| HSV(B) | 104.21º | 0.49% | 0.91% | - |
| XYZ | 44.86 | 66 | 27.83 | - |
| YUV | 194.89 | 85.17 | 95.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 233 | 119 | 0.36 | 0 | 0.49 | 0.09 | 104.21 | 0.72 | 0.69 |
| Hex | 95 | E9 | 77 | 24 | 0 | 31 | 9 | 68 | 48 | 45 |
| Octal | 225 | 351 | 167 | 44 | 0 | 61 | 11 | 150 | 110 | 105 |
| Binary | 10010101 | 11101001 | 1110111 | 100100 | 0 | 110001 | 1001 | 1101000 | 1001000 | 1000101 |
Color Harmonies of #95E977
Complementary color
Monochromatic Colors of #95E977
Black with #95E977
Text Example
Text Example
White with #95E977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95E977; }
p { color: rgb(149,233,119); }
H1.HeaderClassName
{
color: #95E977;
}
.AnyTagClassName
{
color: #95E977;
}
</style>
background-color css
<style>
a { background-color: #95E977; }
a { background-color: rgb(149,233,119); }
div.DivClassName
{
background-color: #95E977;
}
.BgClassName
{
background-color: #95E977;
}
</style>
border-color css
<style>
span { border-color: #95E977; }
span { border-color: rgb(149,233,119); }
td.TdClassName
{
border-color: #95E977;
}
.TagClassName
{
border-color: #95E977;
}
</style>