Shades of Gossip #92E577
Tints of Gossip #92E577
RGB
CMYK
RGB Variations
Color information
#92E577 (or 0x92E577) is known color: Gossip. HEX triplet: 92, E5 and 77. RGB value is (146,229,119). Sum of RGB (Red+Green+Blue) = 146+229+119=494 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.55% from 494); Green value is 229 (89.84% from 255 or 46.36% from 494); Blue value is 119 (46.88% from 255 or 24.09% from 494); Max value from RGB is 229 - color contains mainly: green. Hex color #92E577 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92E577 is #6D1A88. Grayscale: #BFBFBF. Windows color (decimal): -7150217 or 7857554. OLE color: 7857554.
HSL color Cylindrical-coordinate representation of color #92E577: hue angle of 105.27º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #92E577 is Cyan = 0.36, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 146 | 229 | 119 | - |
| CMYK | 0.36 | 0 | 0.48 | 0.10 |
| HSL | 105.27º | 0.68% | 0.68% | - |
| HSV(B) | 105.27º | 0.48% | 0.9% | - |
| XYZ | 43.2 | 63.48 | 27.43 | - |
| YUV | 191.64 | 87 | 95.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 229 | 119 | 0.36 | 0 | 0.48 | 0.10 | 105.27 | 0.68 | 0.68 |
| Hex | 92 | E5 | 77 | 24 | 0 | 30 | A | 69 | 44 | 44 |
| Octal | 222 | 345 | 167 | 44 | 0 | 60 | 12 | 151 | 104 | 104 |
| Binary | 10010010 | 11100101 | 1110111 | 100100 | 0 | 110000 | 1010 | 1101001 | 1000100 | 1000100 |
Color Harmonies of #92E577
Complementary color
Monochromatic Colors of #92E577
Black with #92E577
Text Example
Text Example
White with #92E577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92E577; }
p { color: rgb(146,229,119); }
H1.HeaderClassName
{
color: #92E577;
}
.AnyTagClassName
{
color: #92E577;
}
</style>
background-color css
<style>
a { background-color: #92E577; }
a { background-color: rgb(146,229,119); }
div.DivClassName
{
background-color: #92E577;
}
.BgClassName
{
background-color: #92E577;
}
</style>
border-color css
<style>
span { border-color: #92E577; }
span { border-color: rgb(146,229,119); }
td.TdClassName
{
border-color: #92E577;
}
.TagClassName
{
border-color: #92E577;
}
</style>