Shades of Gossip #91E074
Tints of Gossip #91E074
RGB
CMYK
RGB Variations
Color information
#91E074 (or 0x91E074) is known color: Gossip. HEX triplet: 91, E0 and 74. RGB value is (145,224,116). Sum of RGB (Red+Green+Blue) = 145+224+116=485 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.90% from 485); Green value is 224 (87.89% from 255 or 46.19% from 485); Blue value is 116 (45.70% from 255 or 23.92% from 485); Max value from RGB is 224 - color contains mainly: green. Hex color #91E074 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91E074 is #6E1F8B. Grayscale: #BCBCBC. Windows color (decimal): -7217036 or 7659665. OLE color: 7659665.
HSL color Cylindrical-coordinate representation of color #91E074: hue angle of 103.89º degrees, saturation: 0.64, 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 #91E074 is Cyan = 0.35, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 145 | 224 | 116 | - |
| CMYK | 0.35 | 0 | 0.48 | 0.12 |
| HSL | 103.89º | 0.64% | 0.67% | - |
| HSV(B) | 103.89º | 0.48% | 0.88% | - |
| XYZ | 41.49 | 60.59 | 26.03 | - |
| YUV | 188.07 | 87.33 | 97.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 224 | 116 | 0.35 | 0 | 0.48 | 0.12 | 103.89 | 0.64 | 0.67 |
| Hex | 91 | E0 | 74 | 23 | 0 | 30 | C | 68 | 40 | 43 |
| Octal | 221 | 340 | 164 | 43 | 0 | 60 | 14 | 150 | 100 | 103 |
| Binary | 10010001 | 11100000 | 1110100 | 100011 | 0 | 110000 | 1100 | 1101000 | 1000000 | 1000011 |
Color Harmonies of #91E074
Complementary color
Monochromatic Colors of #91E074
Black with #91E074
Text Example
Text Example
White with #91E074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91E074; }
p { color: rgb(145,224,116); }
H1.HeaderClassName
{
color: #91E074;
}
.AnyTagClassName
{
color: #91E074;
}
</style>
background-color css
<style>
a { background-color: #91E074; }
a { background-color: rgb(145,224,116); }
div.DivClassName
{
background-color: #91E074;
}
.BgClassName
{
background-color: #91E074;
}
</style>
border-color css
<style>
span { border-color: #91E074; }
span { border-color: rgb(145,224,116); }
td.TdClassName
{
border-color: #91E074;
}
.TagClassName
{
border-color: #91E074;
}
</style>