Shades of Gossip #92EF65
Tints of Gossip #92EF65
RGB
CMYK
RGB Variations
Color information
#92EF65 (or 0x92EF65) is known color: Gossip. HEX triplet: 92, EF and 65. RGB value is (146,239,101). Sum of RGB (Red+Green+Blue) = 146+239+101=486 (64% of max value = 765). Red value is 146 (57.42% from 255 or 30.04% from 486); Green value is 239 (93.75% from 255 or 49.18% from 486); Blue value is 101 (39.84% from 255 or 20.78% from 486); Max value from RGB is 239 - color contains mainly: green. Hex color #92EF65 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #92EF65 is #6D109A. Grayscale: #C3C3C3. Windows color (decimal): -7147675 or 6680466. OLE color: 6680466.
HSL color Cylindrical-coordinate representation of color #92EF65: hue angle of 100.43º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #92EF65 is Cyan = 0.39, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 146 | 239 | 101 | - |
| CMYK | 0.39 | 0 | 0.58 | 0.06 |
| HSL | 100.43º | 0.81% | 0.67% | - |
| HSV(B) | 100.43º | 0.58% | 0.94% | - |
| XYZ | 45.07 | 68.78 | 23.21 | - |
| YUV | 195.46 | 74.69 | 92.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 239 | 101 | 0.39 | 0 | 0.58 | 0.06 | 100.43 | 0.81 | 0.67 |
| Hex | 92 | EF | 65 | 27 | 0 | 3A | 6 | 64 | 51 | 43 |
| Octal | 222 | 357 | 145 | 47 | 0 | 72 | 6 | 144 | 121 | 103 |
| Binary | 10010010 | 11101111 | 1100101 | 100111 | 0 | 111010 | 110 | 1100100 | 1010001 | 1000011 |
Color Harmonies of #92EF65
Complementary color
Monochromatic Colors of #92EF65
Black with #92EF65
Text Example
Text Example
White with #92EF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92EF65; }
p { color: rgb(146,239,101); }
H1.HeaderClassName
{
color: #92EF65;
}
.AnyTagClassName
{
color: #92EF65;
}
</style>
background-color css
<style>
a { background-color: #92EF65; }
a { background-color: rgb(146,239,101); }
div.DivClassName
{
background-color: #92EF65;
}
.BgClassName
{
background-color: #92EF65;
}
</style>
border-color css
<style>
span { border-color: #92EF65; }
span { border-color: rgb(146,239,101); }
td.TdClassName
{
border-color: #92EF65;
}
.TagClassName
{
border-color: #92EF65;
}
</style>