Shades of Gossip #91E868
Tints of Gossip #91E868
RGB
CMYK
RGB Variations
Color information
#91E868 (or 0x91E868) is known color: Gossip. HEX triplet: 91, E8 and 68. RGB value is (145,232,104). Sum of RGB (Red+Green+Blue) = 145+232+104=481 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.15% from 481); Green value is 232 (91.02% from 255 or 48.23% from 481); Blue value is 104 (41.02% from 255 or 21.62% from 481); Max value from RGB is 232 - color contains mainly: green. Hex color #91E868 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #91E868 is #6E1797. Grayscale: #BFBFBF. Windows color (decimal): -7215000 or 6875281. OLE color: 6875281.
HSL color Cylindrical-coordinate representation of color #91E868: hue angle of 100.78º degrees, saturation: 0.74, 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 #91E868 is Cyan = 0.38, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 145 | 232 | 104 | - |
| CMYK | 0.38 | 0 | 0.55 | 0.09 |
| HSL | 100.78º | 0.74% | 0.66% | - |
| HSV(B) | 100.78º | 0.55% | 0.91% | - |
| XYZ | 43.03 | 64.73 | 23.32 | - |
| YUV | 191.4 | 78.68 | 94.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 232 | 104 | 0.38 | 0 | 0.55 | 0.09 | 100.78 | 0.74 | 0.66 |
| Hex | 91 | E8 | 68 | 26 | 0 | 37 | 9 | 65 | 4A | 42 |
| Octal | 221 | 350 | 150 | 46 | 0 | 67 | 11 | 145 | 112 | 102 |
| Binary | 10010001 | 11101000 | 1101000 | 100110 | 0 | 110111 | 1001 | 1100101 | 1001010 | 1000010 |
Color Harmonies of #91E868
Complementary color
Monochromatic Colors of #91E868
Black with #91E868
Text Example
Text Example
White with #91E868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91E868; }
p { color: rgb(145,232,104); }
H1.HeaderClassName
{
color: #91E868;
}
.AnyTagClassName
{
color: #91E868;
}
</style>
background-color css
<style>
a { background-color: #91E868; }
a { background-color: rgb(145,232,104); }
div.DivClassName
{
background-color: #91E868;
}
.BgClassName
{
background-color: #91E868;
}
</style>
border-color css
<style>
span { border-color: #91E868; }
span { border-color: rgb(145,232,104); }
td.TdClassName
{
border-color: #91E868;
}
.TagClassName
{
border-color: #91E868;
}
</style>