Shades of Gossip #95DF7C
Tints of Gossip #95DF7C
RGB
CMYK
RGB Variations
Color information
#95DF7C (or 0x95DF7C) is known color: Gossip. HEX triplet: 95, DF and 7C. RGB value is (149,223,124). Sum of RGB (Red+Green+Blue) = 149+223+124=496 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.04% from 496); Green value is 223 (87.5% from 255 or 44.96% from 496); Blue value is 124 (48.83% from 255 or 25% from 496); Max value from RGB is 223 - color contains mainly: green. Hex color #95DF7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95DF7C is #6A2083. Grayscale: #BDBDBD. Windows color (decimal): -6955140 or 8183701. OLE color: 8183701.
HSL color Cylindrical-coordinate representation of color #95DF7C: hue angle of 104.85º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #95DF7C is Cyan = 0.33, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 223 | 124 | - |
| CMYK | 0.33 | 0 | 0.44 | 0.13 |
| HSL | 104.85º | 0.61% | 0.68% | - |
| HSV(B) | 104.85º | 0.44% | 0.87% | - |
| XYZ | 42.42 | 60.62 | 28.53 | - |
| YUV | 189.59 | 90.98 | 99.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 223 | 124 | 0.33 | 0 | 0.44 | 0.13 | 104.85 | 0.61 | 0.68 |
| Hex | 95 | DF | 7C | 21 | 0 | 2C | D | 69 | 3D | 44 |
| Octal | 225 | 337 | 174 | 41 | 0 | 54 | 15 | 151 | 75 | 104 |
| Binary | 10010101 | 11011111 | 1111100 | 100001 | 0 | 101100 | 1101 | 1101001 | 111101 | 1000100 |
Color Harmonies of #95DF7C
Complementary color
Monochromatic Colors of #95DF7C
Black with #95DF7C
Text Example
Text Example
White with #95DF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95DF7C; }
p { color: rgb(149,223,124); }
H1.HeaderClassName
{
color: #95DF7C;
}
.AnyTagClassName
{
color: #95DF7C;
}
</style>
background-color css
<style>
a { background-color: #95DF7C; }
a { background-color: rgb(149,223,124); }
div.DivClassName
{
background-color: #95DF7C;
}
.BgClassName
{
background-color: #95DF7C;
}
</style>
border-color css
<style>
span { border-color: #95DF7C; }
span { border-color: rgb(149,223,124); }
td.TdClassName
{
border-color: #95DF7C;
}
.TagClassName
{
border-color: #95DF7C;
}
</style>