Shades of Gossip #92EF6E
Tints of Gossip #92EF6E
RGB
CMYK
RGB Variations
Color information
#92EF6E (or 0x92EF6E) is known color: Gossip. HEX triplet: 92, EF and 6E. RGB value is (146,239,110). Sum of RGB (Red+Green+Blue) = 146+239+110=495 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.49% from 495); Green value is 239 (93.75% from 255 or 48.28% from 495); Blue value is 110 (43.36% from 255 or 22.22% from 495); Max value from RGB is 239 - color contains mainly: green. Hex color #92EF6E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #92EF6E is #6D1091. Grayscale: #C4C4C4. Windows color (decimal): -7147666 or 7270290. OLE color: 7270290.
HSL color Cylindrical-coordinate representation of color #92EF6E: hue angle of 103.26º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #92EF6E is Cyan = 0.39, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 146 | 239 | 110 | - |
| CMYK | 0.39 | 0 | 0.54 | 0.06 |
| HSL | 103.26º | 0.8% | 0.68% | - |
| HSV(B) | 103.26º | 0.54% | 0.94% | - |
| XYZ | 45.54 | 68.97 | 25.66 | - |
| YUV | 196.49 | 79.19 | 91.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 239 | 110 | 0.39 | 0 | 0.54 | 0.06 | 103.26 | 0.8 | 0.68 |
| Hex | 92 | EF | 6E | 27 | 0 | 36 | 6 | 67 | 50 | 44 |
| Octal | 222 | 357 | 156 | 47 | 0 | 66 | 6 | 147 | 120 | 104 |
| Binary | 10010010 | 11101111 | 1101110 | 100111 | 0 | 110110 | 110 | 1100111 | 1010000 | 1000100 |
Color Harmonies of #92EF6E
Complementary color
Monochromatic Colors of #92EF6E
Black with #92EF6E
Text Example
Text Example
White with #92EF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92EF6E; }
p { color: rgb(146,239,110); }
H1.HeaderClassName
{
color: #92EF6E;
}
.AnyTagClassName
{
color: #92EF6E;
}
</style>
background-color css
<style>
a { background-color: #92EF6E; }
a { background-color: rgb(146,239,110); }
div.DivClassName
{
background-color: #92EF6E;
}
.BgClassName
{
background-color: #92EF6E;
}
</style>
border-color css
<style>
span { border-color: #92EF6E; }
span { border-color: rgb(146,239,110); }
td.TdClassName
{
border-color: #92EF6E;
}
.TagClassName
{
border-color: #92EF6E;
}
</style>