Shades of Gossip #95D478
Tints of Gossip #95D478
RGB
CMYK
RGB Variations
Color information
#95D478 (or 0x95D478) is known color: Gossip. HEX triplet: 95, D4 and 78. RGB value is (149,212,120). Sum of RGB (Red+Green+Blue) = 149+212+120=481 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.98% from 481); Green value is 212 (83.20% from 255 or 44.07% from 481); Blue value is 120 (47.27% from 255 or 24.95% from 481); Max value from RGB is 212 - color contains mainly: green. Hex color #95D478 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95D478 is #6A2B87. Grayscale: #B6B6B6. Windows color (decimal): -6957960 or 7918741. OLE color: 7918741.
HSL color Cylindrical-coordinate representation of color #95D478: hue angle of 101.09º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #95D478 is Cyan = 0.30, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 149 | 212 | 120 | - |
| CMYK | 0.30 | 0 | 0.43 | 0.17 |
| HSL | 101.09º | 0.52% | 0.65% | - |
| HSV(B) | 101.09º | 0.43% | 0.83% | - |
| XYZ | 39.33 | 54.83 | 26.28 | - |
| YUV | 182.68 | 92.63 | 103.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 212 | 120 | 0.30 | 0 | 0.43 | 0.17 | 101.09 | 0.52 | 0.65 |
| Hex | 95 | D4 | 78 | 1E | 0 | 2B | 11 | 65 | 34 | 41 |
| Octal | 225 | 324 | 170 | 36 | 0 | 53 | 21 | 145 | 64 | 101 |
| Binary | 10010101 | 11010100 | 1111000 | 11110 | 0 | 101011 | 10001 | 1100101 | 110100 | 1000001 |
Color Harmonies of #95D478
Complementary color
Monochromatic Colors of #95D478
Black with #95D478
Text Example
Text Example
White with #95D478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95D478; }
p { color: rgb(149,212,120); }
H1.HeaderClassName
{
color: #95D478;
}
.AnyTagClassName
{
color: #95D478;
}
</style>
background-color css
<style>
a { background-color: #95D478; }
a { background-color: rgb(149,212,120); }
div.DivClassName
{
background-color: #95D478;
}
.BgClassName
{
background-color: #95D478;
}
</style>
border-color css
<style>
span { border-color: #95D478; }
span { border-color: rgb(149,212,120); }
td.TdClassName
{
border-color: #95D478;
}
.TagClassName
{
border-color: #95D478;
}
</style>