Shades of Gossip #95E673
Tints of Gossip #95E673
RGB
CMYK
RGB Variations
Color information
#95E673 (or 0x95E673) is known color: Gossip. HEX triplet: 95, E6 and 73. RGB value is (149,230,115). Sum of RGB (Red+Green+Blue) = 149+230+115=494 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.16% from 494); Green value is 230 (90.23% from 255 or 46.56% from 494); Blue value is 115 (45.31% from 255 or 23.28% from 494); Max value from RGB is 230 - color contains mainly: green. Hex color #95E673 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #95E673 is #6A198C. Grayscale: #C1C1C1. Windows color (decimal): -6953357 or 7595669. OLE color: 7595669.
HSL color Cylindrical-coordinate representation of color #95E673: hue angle of 102.26º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #95E673 is Cyan = 0.35, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 149 | 230 | 115 | - |
| CMYK | 0.35 | 0 | 0.5 | 0.10 |
| HSL | 102.26º | 0.7% | 0.68% | - |
| HSV(B) | 102.26º | 0.5% | 0.9% | - |
| XYZ | 43.79 | 64.22 | 26.31 | - |
| YUV | 192.67 | 84.16 | 96.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 230 | 115 | 0.35 | 0 | 0.5 | 0.10 | 102.26 | 0.7 | 0.68 |
| Hex | 95 | E6 | 73 | 23 | 0 | 32 | A | 66 | 46 | 44 |
| Octal | 225 | 346 | 163 | 43 | 0 | 62 | 12 | 146 | 106 | 104 |
| Binary | 10010101 | 11100110 | 1110011 | 100011 | 0 | 110010 | 1010 | 1100110 | 1000110 | 1000100 |
Color Harmonies of #95E673
Complementary color
Monochromatic Colors of #95E673
Black with #95E673
Text Example
Text Example
White with #95E673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95E673; }
p { color: rgb(149,230,115); }
H1.HeaderClassName
{
color: #95E673;
}
.AnyTagClassName
{
color: #95E673;
}
</style>
background-color css
<style>
a { background-color: #95E673; }
a { background-color: rgb(149,230,115); }
div.DivClassName
{
background-color: #95E673;
}
.BgClassName
{
background-color: #95E673;
}
</style>
border-color css
<style>
span { border-color: #95E673; }
span { border-color: rgb(149,230,115); }
td.TdClassName
{
border-color: #95E673;
}
.TagClassName
{
border-color: #95E673;
}
</style>