Shades of Gossip #91E075
Tints of Gossip #91E075
RGB
CMYK
RGB Variations
Color information
#91E075 (or 0x91E075) is known color: Gossip. HEX triplet: 91, E0 and 75. RGB value is (145,224,117). Sum of RGB (Red+Green+Blue) = 145+224+117=486 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.84% from 486); Green value is 224 (87.89% from 255 or 46.09% from 486); Blue value is 117 (46.09% from 255 or 24.07% from 486); Max value from RGB is 224 - color contains mainly: green. Hex color #91E075 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91E075 is #6E1F8A. Grayscale: #BCBCBC. Windows color (decimal): -7217035 or 7725201. OLE color: 7725201.
HSL color Cylindrical-coordinate representation of color #91E075: hue angle of 104.3º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #91E075 is Cyan = 0.35, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 145 | 224 | 117 | - |
| CMYK | 0.35 | 0 | 0.48 | 0.12 |
| HSL | 104.3º | 0.63% | 0.67% | - |
| HSV(B) | 104.3º | 0.48% | 0.88% | - |
| XYZ | 41.54 | 60.62 | 26.34 | - |
| YUV | 188.18 | 87.83 | 97.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 224 | 117 | 0.35 | 0 | 0.48 | 0.12 | 104.3 | 0.63 | 0.67 |
| Hex | 91 | E0 | 75 | 23 | 0 | 30 | C | 68 | 3F | 43 |
| Octal | 221 | 340 | 165 | 43 | 0 | 60 | 14 | 150 | 77 | 103 |
| Binary | 10010001 | 11100000 | 1110101 | 100011 | 0 | 110000 | 1100 | 1101000 | 111111 | 1000011 |
Color Harmonies of #91E075
Complementary color
Monochromatic Colors of #91E075
Black with #91E075
Text Example
Text Example
White with #91E075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91E075; }
p { color: rgb(145,224,117); }
H1.HeaderClassName
{
color: #91E075;
}
.AnyTagClassName
{
color: #91E075;
}
</style>
background-color css
<style>
a { background-color: #91E075; }
a { background-color: rgb(145,224,117); }
div.DivClassName
{
background-color: #91E075;
}
.BgClassName
{
background-color: #91E075;
}
</style>
border-color css
<style>
span { border-color: #91E075; }
span { border-color: rgb(145,224,117); }
td.TdClassName
{
border-color: #91E075;
}
.TagClassName
{
border-color: #91E075;
}
</style>