Shades of Gossip #95DB81
Tints of Gossip #95DB81
RGB
CMYK
RGB Variations
Color information
#95DB81 (or 0x95DB81) is known color: Gossip. HEX triplet: 95, DB and 81. RGB value is (149,219,129). Sum of RGB (Red+Green+Blue) = 149+219+129=497 (65% of max value = 765). Red value is 149 (58.59% from 255 or 29.98% from 497); Green value is 219 (85.94% from 255 or 44.06% from 497); Blue value is 129 (50.78% from 255 or 25.96% from 497); Max value from RGB is 219 - color contains mainly: green. Hex color #95DB81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95DB81 is #6A247E. Grayscale: #BCBCBC. Windows color (decimal): -6956159 or 8510357. OLE color: 8510357.
HSL color Cylindrical-coordinate representation of color #95DB81: hue angle of 106.67º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #95DB81 is Cyan = 0.32, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 219 | 129 | - |
| CMYK | 0.32 | 0 | 0.41 | 0.14 |
| HSL | 106.67º | 0.56% | 0.68% | - |
| HSV(B) | 106.67º | 0.41% | 0.86% | - |
| XYZ | 41.69 | 58.64 | 29.89 | - |
| YUV | 187.81 | 94.81 | 100.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 219 | 129 | 0.32 | 0 | 0.41 | 0.14 | 106.67 | 0.56 | 0.68 |
| Hex | 95 | DB | 81 | 20 | 0 | 29 | E | 6B | 38 | 44 |
| Octal | 225 | 333 | 201 | 40 | 0 | 51 | 16 | 153 | 70 | 104 |
| Binary | 10010101 | 11011011 | 10000001 | 100000 | 0 | 101001 | 1110 | 1101011 | 111000 | 1000100 |
Color Harmonies of #95DB81
Complementary color
Monochromatic Colors of #95DB81
Black with #95DB81
Text Example
Text Example
White with #95DB81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95DB81; }
p { color: rgb(149,219,129); }
H1.HeaderClassName
{
color: #95DB81;
}
.AnyTagClassName
{
color: #95DB81;
}
</style>
background-color css
<style>
a { background-color: #95DB81; }
a { background-color: rgb(149,219,129); }
div.DivClassName
{
background-color: #95DB81;
}
.BgClassName
{
background-color: #95DB81;
}
</style>
border-color css
<style>
span { border-color: #95DB81; }
span { border-color: rgb(149,219,129); }
td.TdClassName
{
border-color: #95DB81;
}
.TagClassName
{
border-color: #95DB81;
}
</style>