Shades of Gossip #92EC65
Tints of Gossip #92EC65
RGB
CMYK
RGB Variations
Color information
#92EC65 (or 0x92EC65) is known color: Gossip. HEX triplet: 92, EC and 65. RGB value is (146,236,101). Sum of RGB (Red+Green+Blue) = 146+236+101=483 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.23% from 483); Green value is 236 (92.58% from 255 or 48.86% from 483); Blue value is 101 (39.84% from 255 or 20.91% from 483); Max value from RGB is 236 - color contains mainly: green. Hex color #92EC65 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #92EC65 is #6D139A. Grayscale: #C2C2C2. Windows color (decimal): -7148443 or 6679698. OLE color: 6679698.
HSL color Cylindrical-coordinate representation of color #92EC65: hue angle of 100º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #92EC65 is Cyan = 0.38, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 146 | 236 | 101 | - |
| CMYK | 0.38 | 0 | 0.57 | 0.07 |
| HSL | 100º | 0.78% | 0.66% | - |
| HSV(B) | 100º | 0.57% | 0.93% | - |
| XYZ | 44.2 | 67.04 | 22.92 | - |
| YUV | 193.7 | 75.68 | 93.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 236 | 101 | 0.38 | 0 | 0.57 | 0.07 | 100 | 0.78 | 0.66 |
| Hex | 92 | EC | 65 | 26 | 0 | 39 | 7 | 64 | 4E | 42 |
| Octal | 222 | 354 | 145 | 46 | 0 | 71 | 7 | 144 | 116 | 102 |
| Binary | 10010010 | 11101100 | 1100101 | 100110 | 0 | 111001 | 111 | 1100100 | 1001110 | 1000010 |
Color Harmonies of #92EC65
Complementary color
Monochromatic Colors of #92EC65
Black with #92EC65
Text Example
Text Example
White with #92EC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92EC65; }
p { color: rgb(146,236,101); }
H1.HeaderClassName
{
color: #92EC65;
}
.AnyTagClassName
{
color: #92EC65;
}
</style>
background-color css
<style>
a { background-color: #92EC65; }
a { background-color: rgb(146,236,101); }
div.DivClassName
{
background-color: #92EC65;
}
.BgClassName
{
background-color: #92EC65;
}
</style>
border-color css
<style>
span { border-color: #92EC65; }
span { border-color: rgb(146,236,101); }
td.TdClassName
{
border-color: #92EC65;
}
.TagClassName
{
border-color: #92EC65;
}
</style>