Shades of Gossip #92EC72
Tints of Gossip #92EC72
RGB
CMYK
RGB Variations
Color information
#92EC72 (or 0x92EC72) is known color: Gossip. HEX triplet: 92, EC and 72. RGB value is (146,236,114). Sum of RGB (Red+Green+Blue) = 146+236+114=496 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.44% from 496); Green value is 236 (92.58% from 255 or 47.58% from 496); Blue value is 114 (44.92% from 255 or 22.98% from 496); Max value from RGB is 236 - color contains mainly: green. Hex color #92EC72 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #92EC72 is #6D138D. Grayscale: #C3C3C3. Windows color (decimal): -7148430 or 7531666. OLE color: 7531666.
HSL color Cylindrical-coordinate representation of color #92EC72: hue angle of 104.26º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #92EC72 is Cyan = 0.38, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 146 | 236 | 114 | - |
| CMYK | 0.38 | 0 | 0.52 | 0.07 |
| HSL | 104.26º | 0.76% | 0.69% | - |
| HSV(B) | 104.26º | 0.52% | 0.93% | - |
| XYZ | 44.89 | 67.32 | 26.55 | - |
| YUV | 195.18 | 82.18 | 92.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 236 | 114 | 0.38 | 0 | 0.52 | 0.07 | 104.26 | 0.76 | 0.69 |
| Hex | 92 | EC | 72 | 26 | 0 | 34 | 7 | 68 | 4C | 45 |
| Octal | 222 | 354 | 162 | 46 | 0 | 64 | 7 | 150 | 114 | 105 |
| Binary | 10010010 | 11101100 | 1110010 | 100110 | 0 | 110100 | 111 | 1101000 | 1001100 | 1000101 |
Color Harmonies of #92EC72
Complementary color
Monochromatic Colors of #92EC72
Black with #92EC72
Text Example
Text Example
White with #92EC72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92EC72; }
p { color: rgb(146,236,114); }
H1.HeaderClassName
{
color: #92EC72;
}
.AnyTagClassName
{
color: #92EC72;
}
</style>
background-color css
<style>
a { background-color: #92EC72; }
a { background-color: rgb(146,236,114); }
div.DivClassName
{
background-color: #92EC72;
}
.BgClassName
{
background-color: #92EC72;
}
</style>
border-color css
<style>
span { border-color: #92EC72; }
span { border-color: rgb(146,236,114); }
td.TdClassName
{
border-color: #92EC72;
}
.TagClassName
{
border-color: #92EC72;
}
</style>