Shades of Gossip #95C37E
Tints of Gossip #95C37E
RGB
CMYK
RGB Variations
Color information
#95C37E (or 0x95C37E) is known color: Gossip. HEX triplet: 95, C3 and 7E. RGB value is (149,195,126). Sum of RGB (Red+Green+Blue) = 149+195+126=470 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.70% from 470); Green value is 195 (76.56% from 255 or 41.49% from 470); Blue value is 126 (49.61% from 255 or 26.81% from 470); Max value from RGB is 195 - color contains mainly: green. Hex color #95C37E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95C37E is #6A3C81. Grayscale: #ADADAD. Windows color (decimal): -6962306 or 8307605. OLE color: 8307605.
HSL color Cylindrical-coordinate representation of color #95C37E: hue angle of 100º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #95C37E is Cyan = 0.24, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 149 | 195 | 126 | - |
| CMYK | 0.24 | 0 | 0.35 | 0.24 |
| HSL | 100º | 0.37% | 0.63% | - |
| HSV(B) | 100º | 0.35% | 0.76% | - |
| XYZ | 35.68 | 46.93 | 26.92 | - |
| YUV | 173.38 | 101.26 | 110.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 195 | 126 | 0.24 | 0 | 0.35 | 0.24 | 100 | 0.37 | 0.63 |
| Hex | 95 | C3 | 7E | 18 | 0 | 23 | 18 | 64 | 25 | 3F |
| Octal | 225 | 303 | 176 | 30 | 0 | 43 | 30 | 144 | 45 | 77 |
| Binary | 10010101 | 11000011 | 1111110 | 11000 | 0 | 100011 | 11000 | 1100100 | 100101 | 111111 |
Color Harmonies of #95C37E
Complementary color
Monochromatic Colors of #95C37E
Black with #95C37E
Text Example
Text Example
White with #95C37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C37E; }
p { color: rgb(149,195,126); }
H1.HeaderClassName
{
color: #95C37E;
}
.AnyTagClassName
{
color: #95C37E;
}
</style>
background-color css
<style>
a { background-color: #95C37E; }
a { background-color: rgb(149,195,126); }
div.DivClassName
{
background-color: #95C37E;
}
.BgClassName
{
background-color: #95C37E;
}
</style>
border-color css
<style>
span { border-color: #95C37E; }
span { border-color: rgb(149,195,126); }
td.TdClassName
{
border-color: #95C37E;
}
.TagClassName
{
border-color: #95C37E;
}
</style>