Shades of Gossip #95C37D
Tints of Gossip #95C37D
RGB
CMYK
RGB Variations
Color information
#95C37D (or 0x95C37D) is known color: Gossip. HEX triplet: 95, C3 and 7D. RGB value is (149,195,125). Sum of RGB (Red+Green+Blue) = 149+195+125=469 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.77% from 469); Green value is 195 (76.56% from 255 or 41.58% from 469); Blue value is 125 (49.22% from 255 or 26.65% from 469); Max value from RGB is 195 - color contains mainly: green. Hex color #95C37D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95C37D is #6A3C82. Grayscale: #ADADAD. Windows color (decimal): -6962307 or 8242069. OLE color: 8242069.
HSL color Cylindrical-coordinate representation of color #95C37D: hue angle of 99.43º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #95C37D is Cyan = 0.24, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 149 | 195 | 125 | - |
| CMYK | 0.24 | 0 | 0.36 | 0.24 |
| HSL | 99.43º | 0.37% | 0.63% | - |
| HSV(B) | 99.43º | 0.36% | 0.76% | - |
| XYZ | 35.61 | 46.9 | 26.58 | - |
| YUV | 173.27 | 100.76 | 110.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 195 | 125 | 0.24 | 0 | 0.36 | 0.24 | 99.43 | 0.37 | 0.63 |
| Hex | 95 | C3 | 7D | 18 | 0 | 24 | 18 | 63 | 25 | 3F |
| Octal | 225 | 303 | 175 | 30 | 0 | 44 | 30 | 143 | 45 | 77 |
| Binary | 10010101 | 11000011 | 1111101 | 11000 | 0 | 100100 | 11000 | 1100011 | 100101 | 111111 |
Color Harmonies of #95C37D
Complementary color
Monochromatic Colors of #95C37D
Black with #95C37D
Text Example
Text Example
White with #95C37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C37D; }
p { color: rgb(149,195,125); }
H1.HeaderClassName
{
color: #95C37D;
}
.AnyTagClassName
{
color: #95C37D;
}
</style>
background-color css
<style>
a { background-color: #95C37D; }
a { background-color: rgb(149,195,125); }
div.DivClassName
{
background-color: #95C37D;
}
.BgClassName
{
background-color: #95C37D;
}
</style>
border-color css
<style>
span { border-color: #95C37D; }
span { border-color: rgb(149,195,125); }
td.TdClassName
{
border-color: #95C37D;
}
.TagClassName
{
border-color: #95C37D;
}
</style>