Shades of Gossip #95DA80
Tints of Gossip #95DA80
RGB
CMYK
RGB Variations
Color information
#95DA80 (or 0x95DA80) is known color: Gossip. HEX triplet: 95, DA and 80. RGB value is (149,218,128). Sum of RGB (Red+Green+Blue) = 149+218+128=495 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.10% from 495); Green value is 218 (85.55% from 255 or 44.04% from 495); Blue value is 128 (50.39% from 255 or 25.86% from 495); Max value from RGB is 218 - color contains mainly: green. Hex color #95DA80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95DA80 is #6A257F. Grayscale: #BBBBBB. Windows color (decimal): -6956416 or 8444565. OLE color: 8444565.
HSL color Cylindrical-coordinate representation of color #95DA80: hue angle of 106º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #95DA80 is Cyan = 0.32, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 149 | 218 | 128 | - |
| CMYK | 0.32 | 0 | 0.41 | 0.15 |
| HSL | 106º | 0.55% | 0.68% | - |
| HSV(B) | 106º | 0.41% | 0.85% | - |
| XYZ | 41.36 | 58.09 | 29.45 | - |
| YUV | 187.11 | 94.64 | 100.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 218 | 128 | 0.32 | 0 | 0.41 | 0.15 | 106 | 0.55 | 0.68 |
| Hex | 95 | DA | 80 | 20 | 0 | 29 | F | 6A | 37 | 44 |
| Octal | 225 | 332 | 200 | 40 | 0 | 51 | 17 | 152 | 67 | 104 |
| Binary | 10010101 | 11011010 | 10000000 | 100000 | 0 | 101001 | 1111 | 1101010 | 110111 | 1000100 |
Color Harmonies of #95DA80
Complementary color
Monochromatic Colors of #95DA80
Black with #95DA80
Text Example
Text Example
White with #95DA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95DA80; }
p { color: rgb(149,218,128); }
H1.HeaderClassName
{
color: #95DA80;
}
.AnyTagClassName
{
color: #95DA80;
}
</style>
background-color css
<style>
a { background-color: #95DA80; }
a { background-color: rgb(149,218,128); }
div.DivClassName
{
background-color: #95DA80;
}
.BgClassName
{
background-color: #95DA80;
}
</style>
border-color css
<style>
span { border-color: #95DA80; }
span { border-color: rgb(149,218,128); }
td.TdClassName
{
border-color: #95DA80;
}
.TagClassName
{
border-color: #95DA80;
}
</style>