Shades of Gossip #95DB76
Tints of Gossip #95DB76
RGB
CMYK
RGB Variations
Color information
#95DB76 (or 0x95DB76) is known color: Gossip. HEX triplet: 95, DB and 76. RGB value is (149,219,118). Sum of RGB (Red+Green+Blue) = 149+219+118=486 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.66% from 486); Green value is 219 (85.94% from 255 or 45.06% from 486); Blue value is 118 (46.48% from 255 or 24.28% from 486); Max value from RGB is 219 - color contains mainly: green. Hex color #95DB76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95DB76 is #6A2489. Grayscale: #BABABA. Windows color (decimal): -6956170 or 7789461. OLE color: 7789461.
HSL color Cylindrical-coordinate representation of color #95DB76: hue angle of 101.58º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #95DB76 is Cyan = 0.32, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 219 | 118 | - |
| CMYK | 0.32 | 0 | 0.46 | 0.14 |
| HSL | 101.58º | 0.58% | 0.66% | - |
| HSV(B) | 101.58º | 0.46% | 0.86% | - |
| XYZ | 41 | 58.36 | 26.24 | - |
| YUV | 186.56 | 89.31 | 101.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 219 | 118 | 0.32 | 0 | 0.46 | 0.14 | 101.58 | 0.58 | 0.66 |
| Hex | 95 | DB | 76 | 20 | 0 | 2E | E | 66 | 3A | 42 |
| Octal | 225 | 333 | 166 | 40 | 0 | 56 | 16 | 146 | 72 | 102 |
| Binary | 10010101 | 11011011 | 1110110 | 100000 | 0 | 101110 | 1110 | 1100110 | 111010 | 1000010 |
Color Harmonies of #95DB76
Complementary color
Monochromatic Colors of #95DB76
Black with #95DB76
Text Example
Text Example
White with #95DB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95DB76; }
p { color: rgb(149,219,118); }
H1.HeaderClassName
{
color: #95DB76;
}
.AnyTagClassName
{
color: #95DB76;
}
</style>
background-color css
<style>
a { background-color: #95DB76; }
a { background-color: rgb(149,219,118); }
div.DivClassName
{
background-color: #95DB76;
}
.BgClassName
{
background-color: #95DB76;
}
</style>
border-color css
<style>
span { border-color: #95DB76; }
span { border-color: rgb(149,219,118); }
td.TdClassName
{
border-color: #95DB76;
}
.TagClassName
{
border-color: #95DB76;
}
</style>