Shades of Gossip #95E37E
Tints of Gossip #95E37E
RGB
CMYK
RGB Variations
Color information
#95E37E (or 0x95E37E) is known color: Gossip. HEX triplet: 95, E3 and 7E. RGB value is (149,227,126). Sum of RGB (Red+Green+Blue) = 149+227+126=502 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.68% from 502); Green value is 227 (89.06% from 255 or 45.22% from 502); Blue value is 126 (49.61% from 255 or 25.10% from 502); Max value from RGB is 227 - color contains mainly: green. Hex color #95E37E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95E37E is #6A1C81. Grayscale: #C0C0C0. Windows color (decimal): -6954114 or 8315797. OLE color: 8315797.
HSL color Cylindrical-coordinate representation of color #95E37E: hue angle of 106.34º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #95E37E is Cyan = 0.34, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 149 | 227 | 126 | - |
| CMYK | 0.34 | 0 | 0.44 | 0.11 |
| HSL | 106.34º | 0.64% | 0.69% | - |
| HSV(B) | 106.34º | 0.44% | 0.89% | - |
| XYZ | 43.63 | 62.83 | 29.57 | - |
| YUV | 192.16 | 90.66 | 97.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 227 | 126 | 0.34 | 0 | 0.44 | 0.11 | 106.34 | 0.64 | 0.69 |
| Hex | 95 | E3 | 7E | 22 | 0 | 2C | B | 6A | 40 | 45 |
| Octal | 225 | 343 | 176 | 42 | 0 | 54 | 13 | 152 | 100 | 105 |
| Binary | 10010101 | 11100011 | 1111110 | 100010 | 0 | 101100 | 1011 | 1101010 | 1000000 | 1000101 |
Color Harmonies of #95E37E
Complementary color
Monochromatic Colors of #95E37E
Black with #95E37E
Text Example
Text Example
White with #95E37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95E37E; }
p { color: rgb(149,227,126); }
H1.HeaderClassName
{
color: #95E37E;
}
.AnyTagClassName
{
color: #95E37E;
}
</style>
background-color css
<style>
a { background-color: #95E37E; }
a { background-color: rgb(149,227,126); }
div.DivClassName
{
background-color: #95E37E;
}
.BgClassName
{
background-color: #95E37E;
}
</style>
border-color css
<style>
span { border-color: #95E37E; }
span { border-color: rgb(149,227,126); }
td.TdClassName
{
border-color: #95E37E;
}
.TagClassName
{
border-color: #95E37E;
}
</style>