Shades of Gossip #95E96C
Tints of Gossip #95E96C
RGB
CMYK
RGB Variations
Color information
#95E96C (or 0x95E96C) is known color: Gossip. HEX triplet: 95, E9 and 6C. RGB value is (149,233,108). Sum of RGB (Red+Green+Blue) = 149+233+108=490 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.41% from 490); Green value is 233 (91.41% from 255 or 47.55% from 490); Blue value is 108 (42.58% from 255 or 22.04% from 490); Max value from RGB is 233 - color contains mainly: green. Hex color #95E96C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #95E96C is #6A1693. Grayscale: #C2C2C2. Windows color (decimal): -6952596 or 7137685. OLE color: 7137685.
HSL color Cylindrical-coordinate representation of color #95E96C: hue angle of 100.32º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #95E96C is Cyan = 0.36, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 149 | 233 | 108 | - |
| CMYK | 0.36 | 0 | 0.54 | 0.09 |
| HSL | 100.32º | 0.74% | 0.67% | - |
| HSV(B) | 100.32º | 0.54% | 0.91% | - |
| XYZ | 44.24 | 65.75 | 24.55 | - |
| YUV | 193.63 | 79.67 | 96.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 233 | 108 | 0.36 | 0 | 0.54 | 0.09 | 100.32 | 0.74 | 0.67 |
| Hex | 95 | E9 | 6C | 24 | 0 | 36 | 9 | 64 | 4A | 43 |
| Octal | 225 | 351 | 154 | 44 | 0 | 66 | 11 | 144 | 112 | 103 |
| Binary | 10010101 | 11101001 | 1101100 | 100100 | 0 | 110110 | 1001 | 1100100 | 1001010 | 1000011 |
Color Harmonies of #95E96C
Complementary color
Monochromatic Colors of #95E96C
Black with #95E96C
Text Example
Text Example
White with #95E96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95E96C; }
p { color: rgb(149,233,108); }
H1.HeaderClassName
{
color: #95E96C;
}
.AnyTagClassName
{
color: #95E96C;
}
</style>
background-color css
<style>
a { background-color: #95E96C; }
a { background-color: rgb(149,233,108); }
div.DivClassName
{
background-color: #95E96C;
}
.BgClassName
{
background-color: #95E96C;
}
</style>
border-color css
<style>
span { border-color: #95E96C; }
span { border-color: rgb(149,233,108); }
td.TdClassName
{
border-color: #95E96C;
}
.TagClassName
{
border-color: #95E96C;
}
</style>