Shades of Gossip #95E27E
Tints of Gossip #95E27E
RGB
CMYK
RGB Variations
Color information
#95E27E (or 0x95E27E) is known color: Gossip. HEX triplet: 95, E2 and 7E. RGB value is (149,226,126). Sum of RGB (Red+Green+Blue) = 149+226+126=501 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.74% from 501); Green value is 226 (88.67% from 255 or 45.11% from 501); Blue value is 126 (49.61% from 255 or 25.15% from 501); Max value from RGB is 226 - color contains mainly: green. Hex color #95E27E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95E27E is #6A1D81. Grayscale: #BFBFBF. Windows color (decimal): -6954370 or 8315541. OLE color: 8315541.
HSL color Cylindrical-coordinate representation of color #95E27E: hue angle of 106.2º degrees, saturation: 0.63, 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 #95E27E is Cyan = 0.34, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 149 | 226 | 126 | - |
| CMYK | 0.34 | 0 | 0.44 | 0.11 |
| HSL | 106.2º | 0.63% | 0.69% | - |
| HSV(B) | 106.2º | 0.44% | 0.89% | - |
| XYZ | 43.36 | 62.29 | 29.48 | - |
| YUV | 191.58 | 90.99 | 97.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 226 | 126 | 0.34 | 0 | 0.44 | 0.11 | 106.2 | 0.63 | 0.69 |
| Hex | 95 | E2 | 7E | 22 | 0 | 2C | B | 6A | 3F | 45 |
| Octal | 225 | 342 | 176 | 42 | 0 | 54 | 13 | 152 | 77 | 105 |
| Binary | 10010101 | 11100010 | 1111110 | 100010 | 0 | 101100 | 1011 | 1101010 | 111111 | 1000101 |
Color Harmonies of #95E27E
Complementary color
Monochromatic Colors of #95E27E
Black with #95E27E
Text Example
Text Example
White with #95E27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95E27E; }
p { color: rgb(149,226,126); }
H1.HeaderClassName
{
color: #95E27E;
}
.AnyTagClassName
{
color: #95E27E;
}
</style>
background-color css
<style>
a { background-color: #95E27E; }
a { background-color: rgb(149,226,126); }
div.DivClassName
{
background-color: #95E27E;
}
.BgClassName
{
background-color: #95E27E;
}
</style>
border-color css
<style>
span { border-color: #95E27E; }
span { border-color: rgb(149,226,126); }
td.TdClassName
{
border-color: #95E27E;
}
.TagClassName
{
border-color: #95E27E;
}
</style>