Shades of Gossip #95E270
Tints of Gossip #95E270
RGB
CMYK
RGB Variations
Color information
#95E270 (or 0x95E270) is known color: Gossip. HEX triplet: 95, E2 and 70. RGB value is (149,226,112). Sum of RGB (Red+Green+Blue) = 149+226+112=487 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.60% from 487); Green value is 226 (88.67% from 255 or 46.41% from 487); Blue value is 112 (44.14% from 255 or 23.00% from 487); Max value from RGB is 226 - color contains mainly: green. Hex color #95E270 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95E270 is #6A1D8F. Grayscale: #BEBEBE. Windows color (decimal): -6954384 or 7398037. OLE color: 7398037.
HSL color Cylindrical-coordinate representation of color #95E270: hue angle of 100.53º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #95E270 is Cyan = 0.34, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 149 | 226 | 112 | - |
| CMYK | 0.34 | 0 | 0.50 | 0.11 |
| HSL | 100.53º | 0.66% | 0.66% | - |
| HSV(B) | 100.53º | 0.5% | 0.89% | - |
| XYZ | 42.52 | 61.95 | 25.05 | - |
| YUV | 189.98 | 83.99 | 98.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 226 | 112 | 0.34 | 0 | 0.50 | 0.11 | 100.53 | 0.66 | 0.66 |
| Hex | 95 | E2 | 70 | 22 | 0 | 32 | B | 65 | 42 | 42 |
| Octal | 225 | 342 | 160 | 42 | 0 | 62 | 13 | 145 | 102 | 102 |
| Binary | 10010101 | 11100010 | 1110000 | 100010 | 0 | 110010 | 1011 | 1100101 | 1000010 | 1000010 |
Color Harmonies of #95E270
Complementary color
Monochromatic Colors of #95E270
Black with #95E270
Text Example
Text Example
White with #95E270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95E270; }
p { color: rgb(149,226,112); }
H1.HeaderClassName
{
color: #95E270;
}
.AnyTagClassName
{
color: #95E270;
}
</style>
background-color css
<style>
a { background-color: #95E270; }
a { background-color: rgb(149,226,112); }
div.DivClassName
{
background-color: #95E270;
}
.BgClassName
{
background-color: #95E270;
}
</style>
border-color css
<style>
span { border-color: #95E270; }
span { border-color: rgb(149,226,112); }
td.TdClassName
{
border-color: #95E270;
}
.TagClassName
{
border-color: #95E270;
}
</style>