Shades of Gossip #95D37B
Tints of Gossip #95D37B
RGB
CMYK
RGB Variations
Color information
#95D37B (or 0x95D37B) is known color: Gossip. HEX triplet: 95, D3 and 7B. RGB value is (149,211,123). Sum of RGB (Red+Green+Blue) = 149+211+123=483 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.85% from 483); Green value is 211 (82.81% from 255 or 43.69% from 483); Blue value is 123 (48.44% from 255 or 25.47% from 483); Max value from RGB is 211 - color contains mainly: green. Hex color #95D37B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95D37B is #6A2C84. Grayscale: #B6B6B6. Windows color (decimal): -6958213 or 8115093. OLE color: 8115093.
HSL color Cylindrical-coordinate representation of color #95D37B: hue angle of 102.27º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #95D37B is Cyan = 0.29, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 149 | 211 | 123 | - |
| CMYK | 0.29 | 0 | 0.42 | 0.17 |
| HSL | 102.27º | 0.5% | 0.65% | - |
| HSV(B) | 102.27º | 0.42% | 0.83% | - |
| XYZ | 39.26 | 54.41 | 27.17 | - |
| YUV | 182.43 | 94.46 | 104.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 211 | 123 | 0.29 | 0 | 0.42 | 0.17 | 102.27 | 0.5 | 0.65 |
| Hex | 95 | D3 | 7B | 1D | 0 | 2A | 11 | 66 | 32 | 41 |
| Octal | 225 | 323 | 173 | 35 | 0 | 52 | 21 | 146 | 62 | 101 |
| Binary | 10010101 | 11010011 | 1111011 | 11101 | 0 | 101010 | 10001 | 1100110 | 110010 | 1000001 |
Color Harmonies of #95D37B
Complementary color
Monochromatic Colors of #95D37B
Black with #95D37B
Text Example
Text Example
White with #95D37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95D37B; }
p { color: rgb(149,211,123); }
H1.HeaderClassName
{
color: #95D37B;
}
.AnyTagClassName
{
color: #95D37B;
}
</style>
background-color css
<style>
a { background-color: #95D37B; }
a { background-color: rgb(149,211,123); }
div.DivClassName
{
background-color: #95D37B;
}
.BgClassName
{
background-color: #95D37B;
}
</style>
border-color css
<style>
span { border-color: #95D37B; }
span { border-color: rgb(149,211,123); }
td.TdClassName
{
border-color: #95D37B;
}
.TagClassName
{
border-color: #95D37B;
}
</style>