Shades of Gossip #95DD79
Tints of Gossip #95DD79
RGB
CMYK
RGB Variations
Color information
#95DD79 (or 0x95DD79) is known color: Gossip. HEX triplet: 95, DD and 79. RGB value is (149,221,121). Sum of RGB (Red+Green+Blue) = 149+221+121=491 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.35% from 491); Green value is 221 (86.72% from 255 or 45.01% from 491); Blue value is 121 (47.66% from 255 or 24.64% from 491); Max value from RGB is 221 - color contains mainly: green. Hex color #95DD79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95DD79 is #6A2286. Grayscale: #BCBCBC. Windows color (decimal): -6955655 or 7986581. OLE color: 7986581.
HSL color Cylindrical-coordinate representation of color #95DD79: hue angle of 103.2º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #95DD79 is Cyan = 0.33, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 221 | 121 | - |
| CMYK | 0.33 | 0 | 0.45 | 0.13 |
| HSL | 103.2º | 0.6% | 0.67% | - |
| HSV(B) | 103.2º | 0.45% | 0.87% | - |
| XYZ | 41.7 | 59.48 | 27.37 | - |
| YUV | 188.07 | 90.15 | 100.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 221 | 121 | 0.33 | 0 | 0.45 | 0.13 | 103.2 | 0.6 | 0.67 |
| Hex | 95 | DD | 79 | 21 | 0 | 2D | D | 67 | 3C | 43 |
| Octal | 225 | 335 | 171 | 41 | 0 | 55 | 15 | 147 | 74 | 103 |
| Binary | 10010101 | 11011101 | 1111001 | 100001 | 0 | 101101 | 1101 | 1100111 | 111100 | 1000011 |
Color Harmonies of #95DD79
Complementary color
Monochromatic Colors of #95DD79
Black with #95DD79
Text Example
Text Example
White with #95DD79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95DD79; }
p { color: rgb(149,221,121); }
H1.HeaderClassName
{
color: #95DD79;
}
.AnyTagClassName
{
color: #95DD79;
}
</style>
background-color css
<style>
a { background-color: #95DD79; }
a { background-color: rgb(149,221,121); }
div.DivClassName
{
background-color: #95DD79;
}
.BgClassName
{
background-color: #95DD79;
}
</style>
border-color css
<style>
span { border-color: #95DD79; }
span { border-color: rgb(149,221,121); }
td.TdClassName
{
border-color: #95DD79;
}
.TagClassName
{
border-color: #95DD79;
}
</style>