Shades of Gossip #95DC7C
Tints of Gossip #95DC7C
RGB
CMYK
RGB Variations
Color information
#95DC7C (or 0x95DC7C) is known color: Gossip. HEX triplet: 95, DC and 7C. RGB value is (149,220,124). Sum of RGB (Red+Green+Blue) = 149+220+124=493 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.22% from 493); Green value is 220 (86.33% from 255 or 44.62% from 493); Blue value is 124 (48.83% from 255 or 25.15% from 493); Max value from RGB is 220 - color contains mainly: green. Hex color #95DC7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95DC7C is #6A2383. Grayscale: #BCBCBC. Windows color (decimal): -6955908 or 8182933. OLE color: 8182933.
HSL color Cylindrical-coordinate representation of color #95DC7C: hue angle of 104.38º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #95DC7C is Cyan = 0.32, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 220 | 124 | - |
| CMYK | 0.32 | 0 | 0.44 | 0.14 |
| HSL | 104.38º | 0.58% | 0.67% | - |
| HSV(B) | 104.38º | 0.44% | 0.86% | - |
| XYZ | 41.63 | 59.03 | 28.27 | - |
| YUV | 187.83 | 91.98 | 100.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 220 | 124 | 0.32 | 0 | 0.44 | 0.14 | 104.38 | 0.58 | 0.67 |
| Hex | 95 | DC | 7C | 20 | 0 | 2C | E | 68 | 3A | 43 |
| Octal | 225 | 334 | 174 | 40 | 0 | 54 | 16 | 150 | 72 | 103 |
| Binary | 10010101 | 11011100 | 1111100 | 100000 | 0 | 101100 | 1110 | 1101000 | 111010 | 1000011 |
Color Harmonies of #95DC7C
Complementary color
Monochromatic Colors of #95DC7C
Black with #95DC7C
Text Example
Text Example
White with #95DC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95DC7C; }
p { color: rgb(149,220,124); }
H1.HeaderClassName
{
color: #95DC7C;
}
.AnyTagClassName
{
color: #95DC7C;
}
</style>
background-color css
<style>
a { background-color: #95DC7C; }
a { background-color: rgb(149,220,124); }
div.DivClassName
{
background-color: #95DC7C;
}
.BgClassName
{
background-color: #95DC7C;
}
</style>
border-color css
<style>
span { border-color: #95DC7C; }
span { border-color: rgb(149,220,124); }
td.TdClassName
{
border-color: #95DC7C;
}
.TagClassName
{
border-color: #95DC7C;
}
</style>