Shades of Gossip #95D37D
Tints of Gossip #95D37D
RGB
CMYK
RGB Variations
Color information
#95D37D (or 0x95D37D) is known color: Gossip. HEX triplet: 95, D3 and 7D. RGB value is (149,211,125). Sum of RGB (Red+Green+Blue) = 149+211+125=485 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.72% from 485); Green value is 211 (82.81% from 255 or 43.51% from 485); Blue value is 125 (49.22% from 255 or 25.77% from 485); Max value from RGB is 211 - color contains mainly: green. Hex color #95D37D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95D37D is #6A2C82. Grayscale: #B6B6B6. Windows color (decimal): -6958211 or 8246165. OLE color: 8246165.
HSL color Cylindrical-coordinate representation of color #95D37D: hue angle of 103.26º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #95D37D is Cyan = 0.29, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 149 | 211 | 125 | - |
| CMYK | 0.29 | 0 | 0.41 | 0.17 |
| HSL | 103.26º | 0.49% | 0.66% | - |
| HSV(B) | 103.26º | 0.41% | 0.83% | - |
| XYZ | 39.39 | 54.46 | 27.84 | - |
| YUV | 182.66 | 95.46 | 103.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 211 | 125 | 0.29 | 0 | 0.41 | 0.17 | 103.26 | 0.49 | 0.66 |
| Hex | 95 | D3 | 7D | 1D | 0 | 29 | 11 | 67 | 31 | 42 |
| Octal | 225 | 323 | 175 | 35 | 0 | 51 | 21 | 147 | 61 | 102 |
| Binary | 10010101 | 11010011 | 1111101 | 11101 | 0 | 101001 | 10001 | 1100111 | 110001 | 1000010 |
Color Harmonies of #95D37D
Complementary color
Monochromatic Colors of #95D37D
Black with #95D37D
Text Example
Text Example
White with #95D37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95D37D; }
p { color: rgb(149,211,125); }
H1.HeaderClassName
{
color: #95D37D;
}
.AnyTagClassName
{
color: #95D37D;
}
</style>
background-color css
<style>
a { background-color: #95D37D; }
a { background-color: rgb(149,211,125); }
div.DivClassName
{
background-color: #95D37D;
}
.BgClassName
{
background-color: #95D37D;
}
</style>
border-color css
<style>
span { border-color: #95D37D; }
span { border-color: rgb(149,211,125); }
td.TdClassName
{
border-color: #95D37D;
}
.TagClassName
{
border-color: #95D37D;
}
</style>