Shades of Gossip #92DD79
Tints of Gossip #92DD79
RGB
CMYK
RGB Variations
Color information
#92DD79 (or 0x92DD79) is known color: Gossip. HEX triplet: 92, DD and 79. RGB value is (146,221,121). Sum of RGB (Red+Green+Blue) = 146+221+121=488 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.92% from 488); Green value is 221 (86.72% from 255 or 45.29% from 488); Blue value is 121 (47.66% from 255 or 24.80% from 488); Max value from RGB is 221 - color contains mainly: green. Hex color #92DD79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92DD79 is #6D2286. Grayscale: #BBBBBB. Windows color (decimal): -7152263 or 7986578. OLE color: 7986578.
HSL color Cylindrical-coordinate representation of color #92DD79: hue angle of 105º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #92DD79 is Cyan = 0.34, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 221 | 121 | - |
| CMYK | 0.34 | 0 | 0.45 | 0.13 |
| HSL | 105º | 0.6% | 0.67% | - |
| HSV(B) | 105º | 0.45% | 0.87% | - |
| XYZ | 41.16 | 59.2 | 27.35 | - |
| YUV | 187.18 | 90.65 | 98.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 221 | 121 | 0.34 | 0 | 0.45 | 0.13 | 105 | 0.6 | 0.67 |
| Hex | 92 | DD | 79 | 22 | 0 | 2D | D | 69 | 3C | 43 |
| Octal | 222 | 335 | 171 | 42 | 0 | 55 | 15 | 151 | 74 | 103 |
| Binary | 10010010 | 11011101 | 1111001 | 100010 | 0 | 101101 | 1101 | 1101001 | 111100 | 1000011 |
Color Harmonies of #92DD79
Complementary color
Monochromatic Colors of #92DD79
Black with #92DD79
Text Example
Text Example
White with #92DD79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92DD79; }
p { color: rgb(146,221,121); }
H1.HeaderClassName
{
color: #92DD79;
}
.AnyTagClassName
{
color: #92DD79;
}
</style>
background-color css
<style>
a { background-color: #92DD79; }
a { background-color: rgb(146,221,121); }
div.DivClassName
{
background-color: #92DD79;
}
.BgClassName
{
background-color: #92DD79;
}
</style>
border-color css
<style>
span { border-color: #92DD79; }
span { border-color: rgb(146,221,121); }
td.TdClassName
{
border-color: #92DD79;
}
.TagClassName
{
border-color: #92DD79;
}
</style>