Shades of Gossip #91E968
Tints of Gossip #91E968
RGB
CMYK
RGB Variations
Color information
#91E968 (or 0x91E968) is known color: Gossip. HEX triplet: 91, E9 and 68. RGB value is (145,233,104). Sum of RGB (Red+Green+Blue) = 145+233+104=482 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.08% from 482); Green value is 233 (91.41% from 255 or 48.34% from 482); Blue value is 104 (41.02% from 255 or 21.58% from 482); Max value from RGB is 233 - color contains mainly: green. Hex color #91E968 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #91E968 is #6E1697. Grayscale: #C0C0C0. Windows color (decimal): -7214744 or 6875537. OLE color: 6875537.
HSL color Cylindrical-coordinate representation of color #91E968: hue angle of 100.93º 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 #91E968 is Cyan = 0.38, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 145 | 233 | 104 | - |
| CMYK | 0.38 | 0 | 0.55 | 0.09 |
| HSL | 100.93º | 0.75% | 0.66% | - |
| HSV(B) | 100.93º | 0.55% | 0.91% | - |
| XYZ | 43.31 | 65.3 | 23.42 | - |
| YUV | 191.98 | 78.35 | 94.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 233 | 104 | 0.38 | 0 | 0.55 | 0.09 | 100.93 | 0.75 | 0.66 |
| Hex | 91 | E9 | 68 | 26 | 0 | 37 | 9 | 65 | 4B | 42 |
| Octal | 221 | 351 | 150 | 46 | 0 | 67 | 11 | 145 | 113 | 102 |
| Binary | 10010001 | 11101001 | 1101000 | 100110 | 0 | 110111 | 1001 | 1100101 | 1001011 | 1000010 |
Color Harmonies of #91E968
Complementary color
Monochromatic Colors of #91E968
Black with #91E968
Text Example
Text Example
White with #91E968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91E968; }
p { color: rgb(145,233,104); }
H1.HeaderClassName
{
color: #91E968;
}
.AnyTagClassName
{
color: #91E968;
}
</style>
background-color css
<style>
a { background-color: #91E968; }
a { background-color: rgb(145,233,104); }
div.DivClassName
{
background-color: #91E968;
}
.BgClassName
{
background-color: #91E968;
}
</style>
border-color css
<style>
span { border-color: #91E968; }
span { border-color: rgb(145,233,104); }
td.TdClassName
{
border-color: #91E968;
}
.TagClassName
{
border-color: #91E968;
}
</style>