Shades of Gossip #95E968
Tints of Gossip #95E968
RGB
CMYK
RGB Variations
Color information
#95E968 (or 0x95E968) is known color: Gossip. HEX triplet: 95, E9 and 68. RGB value is (149,233,104). Sum of RGB (Red+Green+Blue) = 149+233+104=486 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.66% from 486); Green value is 233 (91.41% from 255 or 47.94% from 486); Blue value is 104 (41.02% from 255 or 21.40% from 486); Max value from RGB is 233 - color contains mainly: green. Hex color #95E968 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #95E968 is #6A1697. Grayscale: #C1C1C1. Windows color (decimal): -6952600 or 6875541. OLE color: 6875541.
HSL color Cylindrical-coordinate representation of color #95E968: hue angle of 99.07º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #95E968 is Cyan = 0.36, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 149 | 233 | 104 | - |
| CMYK | 0.36 | 0 | 0.55 | 0.09 |
| HSL | 99.07º | 0.75% | 0.66% | - |
| HSV(B) | 99.07º | 0.55% | 0.91% | - |
| XYZ | 44.03 | 65.67 | 23.45 | - |
| YUV | 193.18 | 77.67 | 96.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 233 | 104 | 0.36 | 0 | 0.55 | 0.09 | 99.07 | 0.75 | 0.66 |
| Hex | 95 | E9 | 68 | 24 | 0 | 37 | 9 | 63 | 4B | 42 |
| Octal | 225 | 351 | 150 | 44 | 0 | 67 | 11 | 143 | 113 | 102 |
| Binary | 10010101 | 11101001 | 1101000 | 100100 | 0 | 110111 | 1001 | 1100011 | 1001011 | 1000010 |
Color Harmonies of #95E968
Complementary color
Monochromatic Colors of #95E968
Black with #95E968
Text Example
Text Example
White with #95E968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95E968; }
p { color: rgb(149,233,104); }
H1.HeaderClassName
{
color: #95E968;
}
.AnyTagClassName
{
color: #95E968;
}
</style>
background-color css
<style>
a { background-color: #95E968; }
a { background-color: rgb(149,233,104); }
div.DivClassName
{
background-color: #95E968;
}
.BgClassName
{
background-color: #95E968;
}
</style>
border-color css
<style>
span { border-color: #95E968; }
span { border-color: rgb(149,233,104); }
td.TdClassName
{
border-color: #95E968;
}
.TagClassName
{
border-color: #95E968;
}
</style>