Shades of Gossip #92D87F
Tints of Gossip #92D87F
RGB
CMYK
RGB Variations
Color information
#92D87F (or 0x92D87F) is known color: Gossip. HEX triplet: 92, D8 and 7F. RGB value is (146,216,127). Sum of RGB (Red+Green+Blue) = 146+216+127=489 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.86% from 489); Green value is 216 (84.77% from 255 or 44.17% from 489); Blue value is 127 (50% from 255 or 25.97% from 489); Max value from RGB is 216 - color contains mainly: green. Hex color #92D87F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92D87F is #6D2780. Grayscale: #B9B9B9. Windows color (decimal): -7153537 or 8378514. OLE color: 8378514.
HSL color Cylindrical-coordinate representation of color #92D87F: hue angle of 107.19º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #92D87F is Cyan = 0.32, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 146 | 216 | 127 | - |
| CMYK | 0.32 | 0 | 0.41 | 0.15 |
| HSL | 107.19º | 0.53% | 0.67% | - |
| HSV(B) | 107.19º | 0.41% | 0.85% | - |
| XYZ | 40.24 | 56.76 | 28.91 | - |
| YUV | 184.92 | 95.31 | 100.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 216 | 127 | 0.32 | 0 | 0.41 | 0.15 | 107.19 | 0.53 | 0.67 |
| Hex | 92 | D8 | 7F | 20 | 0 | 29 | F | 6B | 35 | 43 |
| Octal | 222 | 330 | 177 | 40 | 0 | 51 | 17 | 153 | 65 | 103 |
| Binary | 10010010 | 11011000 | 1111111 | 100000 | 0 | 101001 | 1111 | 1101011 | 110101 | 1000011 |
Color Harmonies of #92D87F
Complementary color
Monochromatic Colors of #92D87F
Black with #92D87F
Text Example
Text Example
White with #92D87F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92D87F; }
p { color: rgb(146,216,127); }
H1.HeaderClassName
{
color: #92D87F;
}
.AnyTagClassName
{
color: #92D87F;
}
</style>
background-color css
<style>
a { background-color: #92D87F; }
a { background-color: rgb(146,216,127); }
div.DivClassName
{
background-color: #92D87F;
}
.BgClassName
{
background-color: #92D87F;
}
</style>
border-color css
<style>
span { border-color: #92D87F; }
span { border-color: rgb(146,216,127); }
td.TdClassName
{
border-color: #92D87F;
}
.TagClassName
{
border-color: #92D87F;
}
</style>