Shades of Gossip #95E475
Tints of Gossip #95E475
RGB
CMYK
RGB Variations
Color information
#95E475 (or 0x95E475) is known color: Gossip. HEX triplet: 95, E4 and 75. RGB value is (149,228,117). Sum of RGB (Red+Green+Blue) = 149+228+117=494 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.16% from 494); Green value is 228 (89.45% from 255 or 46.15% from 494); Blue value is 117 (46.09% from 255 or 23.68% from 494); Max value from RGB is 228 - color contains mainly: green. Hex color #95E475 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95E475 is #6A1B8A. Grayscale: #C0C0C0. Windows color (decimal): -6953867 or 7726229. OLE color: 7726229.
HSL color Cylindrical-coordinate representation of color #95E475: hue angle of 102.7º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #95E475 is Cyan = 0.35, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 149 | 228 | 117 | - |
| CMYK | 0.35 | 0 | 0.49 | 0.11 |
| HSL | 102.7º | 0.67% | 0.68% | - |
| HSV(B) | 102.7º | 0.49% | 0.89% | - |
| XYZ | 43.35 | 63.16 | 26.74 | - |
| YUV | 191.73 | 85.83 | 97.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 228 | 117 | 0.35 | 0 | 0.49 | 0.11 | 102.7 | 0.67 | 0.68 |
| Hex | 95 | E4 | 75 | 23 | 0 | 31 | B | 67 | 43 | 44 |
| Octal | 225 | 344 | 165 | 43 | 0 | 61 | 13 | 147 | 103 | 104 |
| Binary | 10010101 | 11100100 | 1110101 | 100011 | 0 | 110001 | 1011 | 1100111 | 1000011 | 1000100 |
Color Harmonies of #95E475
Complementary color
Monochromatic Colors of #95E475
Black with #95E475
Text Example
Text Example
White with #95E475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95E475; }
p { color: rgb(149,228,117); }
H1.HeaderClassName
{
color: #95E475;
}
.AnyTagClassName
{
color: #95E475;
}
</style>
background-color css
<style>
a { background-color: #95E475; }
a { background-color: rgb(149,228,117); }
div.DivClassName
{
background-color: #95E475;
}
.BgClassName
{
background-color: #95E475;
}
</style>
border-color css
<style>
span { border-color: #95E475; }
span { border-color: rgb(149,228,117); }
td.TdClassName
{
border-color: #95E475;
}
.TagClassName
{
border-color: #95E475;
}
</style>