Shades of Gossip #91E570
Tints of Gossip #91E570
RGB
CMYK
RGB Variations
Color information
#91E570 (or 0x91E570) is known color: Gossip. HEX triplet: 91, E5 and 70. RGB value is (145,229,112). Sum of RGB (Red+Green+Blue) = 145+229+112=486 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.84% from 486); Green value is 229 (89.84% from 255 or 47.12% from 486); Blue value is 112 (44.14% from 255 or 23.05% from 486); Max value from RGB is 229 - color contains mainly: green. Hex color #91E570 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91E570 is #6E1A8F. Grayscale: #BEBEBE. Windows color (decimal): -7215760 or 7398801. OLE color: 7398801.
HSL color Cylindrical-coordinate representation of color #91E570: hue angle of 103.08º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #91E570 is Cyan = 0.37, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 145 | 229 | 112 | - |
| CMYK | 0.37 | 0 | 0.51 | 0.10 |
| HSL | 103.08º | 0.69% | 0.67% | - |
| HSV(B) | 103.08º | 0.51% | 0.9% | - |
| XYZ | 42.62 | 63.23 | 25.29 | - |
| YUV | 190.55 | 83.67 | 95.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 229 | 112 | 0.37 | 0 | 0.51 | 0.10 | 103.08 | 0.69 | 0.67 |
| Hex | 91 | E5 | 70 | 25 | 0 | 33 | A | 67 | 45 | 43 |
| Octal | 221 | 345 | 160 | 45 | 0 | 63 | 12 | 147 | 105 | 103 |
| Binary | 10010001 | 11100101 | 1110000 | 100101 | 0 | 110011 | 1010 | 1100111 | 1000101 | 1000011 |
Color Harmonies of #91E570
Complementary color
Monochromatic Colors of #91E570
Black with #91E570
Text Example
Text Example
White with #91E570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91E570; }
p { color: rgb(145,229,112); }
H1.HeaderClassName
{
color: #91E570;
}
.AnyTagClassName
{
color: #91E570;
}
</style>
background-color css
<style>
a { background-color: #91E570; }
a { background-color: rgb(145,229,112); }
div.DivClassName
{
background-color: #91E570;
}
.BgClassName
{
background-color: #91E570;
}
</style>
border-color css
<style>
span { border-color: #91E570; }
span { border-color: rgb(145,229,112); }
td.TdClassName
{
border-color: #91E570;
}
.TagClassName
{
border-color: #91E570;
}
</style>