Shades of Gossip #95D37F
Tints of Gossip #95D37F
RGB
CMYK
RGB Variations
Color information
#95D37F (or 0x95D37F) is known color: Gossip. HEX triplet: 95, D3 and 7F. RGB value is (149,211,127). Sum of RGB (Red+Green+Blue) = 149+211+127=487 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.60% from 487); Green value is 211 (82.81% from 255 or 43.33% from 487); Blue value is 127 (50% from 255 or 26.08% from 487); Max value from RGB is 211 - color contains mainly: green. Hex color #95D37F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95D37F is #6A2C80. Grayscale: #B7B7B7. Windows color (decimal): -6958209 or 8377237. OLE color: 8377237.
HSL color Cylindrical-coordinate representation of color #95D37F: hue angle of 104.29º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95D37F is Cyan = 0.29, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 149 | 211 | 127 | - |
| CMYK | 0.29 | 0 | 0.40 | 0.17 |
| HSL | 104.29º | 0.49% | 0.66% | - |
| HSV(B) | 104.29º | 0.4% | 0.83% | - |
| XYZ | 39.52 | 54.51 | 28.52 | - |
| YUV | 182.89 | 96.46 | 103.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 211 | 127 | 0.29 | 0 | 0.40 | 0.17 | 104.29 | 0.49 | 0.66 |
| Hex | 95 | D3 | 7F | 1D | 0 | 28 | 11 | 68 | 31 | 42 |
| Octal | 225 | 323 | 177 | 35 | 0 | 50 | 21 | 150 | 61 | 102 |
| Binary | 10010101 | 11010011 | 1111111 | 11101 | 0 | 101000 | 10001 | 1101000 | 110001 | 1000010 |
Color Harmonies of #95D37F
Complementary color
Monochromatic Colors of #95D37F
Black with #95D37F
Text Example
Text Example
White with #95D37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95D37F; }
p { color: rgb(149,211,127); }
H1.HeaderClassName
{
color: #95D37F;
}
.AnyTagClassName
{
color: #95D37F;
}
</style>
background-color css
<style>
a { background-color: #95D37F; }
a { background-color: rgb(149,211,127); }
div.DivClassName
{
background-color: #95D37F;
}
.BgClassName
{
background-color: #95D37F;
}
</style>
border-color css
<style>
span { border-color: #95D37F; }
span { border-color: rgb(149,211,127); }
td.TdClassName
{
border-color: #95D37F;
}
.TagClassName
{
border-color: #95D37F;
}
</style>