Shades of Gossip #95E16C
Tints of Gossip #95E16C
RGB
CMYK
RGB Variations
Color information
#95E16C (or 0x95E16C) is known color: Gossip. HEX triplet: 95, E1 and 6C. RGB value is (149,225,108). Sum of RGB (Red+Green+Blue) = 149+225+108=482 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.91% from 482); Green value is 225 (88.28% from 255 or 46.68% from 482); Blue value is 108 (42.58% from 255 or 22.41% from 482); Max value from RGB is 225 - color contains mainly: green. Hex color #95E16C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95E16C is #6A1E93. Grayscale: #BDBDBD. Windows color (decimal): -6954644 or 7135637. OLE color: 7135637.
HSL color Cylindrical-coordinate representation of color #95E16C: hue angle of 98.97º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #95E16C is Cyan = 0.34, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 149 | 225 | 108 | - |
| CMYK | 0.34 | 0 | 0.52 | 0.12 |
| HSL | 98.97º | 0.66% | 0.65% | - |
| HSV(B) | 98.97º | 0.52% | 0.88% | - |
| XYZ | 42.03 | 61.32 | 23.81 | - |
| YUV | 188.94 | 82.32 | 99.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 225 | 108 | 0.34 | 0 | 0.52 | 0.12 | 98.97 | 0.66 | 0.65 |
| Hex | 95 | E1 | 6C | 22 | 0 | 34 | C | 63 | 42 | 41 |
| Octal | 225 | 341 | 154 | 42 | 0 | 64 | 14 | 143 | 102 | 101 |
| Binary | 10010101 | 11100001 | 1101100 | 100010 | 0 | 110100 | 1100 | 1100011 | 1000010 | 1000001 |
Color Harmonies of #95E16C
Complementary color
Monochromatic Colors of #95E16C
Black with #95E16C
Text Example
Text Example
White with #95E16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95E16C; }
p { color: rgb(149,225,108); }
H1.HeaderClassName
{
color: #95E16C;
}
.AnyTagClassName
{
color: #95E16C;
}
</style>
background-color css
<style>
a { background-color: #95E16C; }
a { background-color: rgb(149,225,108); }
div.DivClassName
{
background-color: #95E16C;
}
.BgClassName
{
background-color: #95E16C;
}
</style>
border-color css
<style>
span { border-color: #95E16C; }
span { border-color: rgb(149,225,108); }
td.TdClassName
{
border-color: #95E16C;
}
.TagClassName
{
border-color: #95E16C;
}
</style>