Shades of Gossip #92DD80
Tints of Gossip #92DD80
RGB
CMYK
RGB Variations
Color information
#92DD80 (or 0x92DD80) is known color: Gossip. HEX triplet: 92, DD and 80. RGB value is (146,221,128). Sum of RGB (Red+Green+Blue) = 146+221+128=495 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.49% from 495); Green value is 221 (86.72% from 255 or 44.65% from 495); Blue value is 128 (50.39% from 255 or 25.86% from 495); Max value from RGB is 221 - color contains mainly: green. Hex color #92DD80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92DD80 is #6D227F. Grayscale: #BCBCBC. Windows color (decimal): -7152256 or 8445330. OLE color: 8445330.
HSL color Cylindrical-coordinate representation of color #92DD80: hue angle of 108.39º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #92DD80 is Cyan = 0.34, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 221 | 128 | - |
| CMYK | 0.34 | 0 | 0.42 | 0.13 |
| HSL | 108.39º | 0.58% | 0.68% | - |
| HSV(B) | 108.39º | 0.42% | 0.87% | - |
| XYZ | 41.61 | 59.38 | 29.69 | - |
| YUV | 187.97 | 94.15 | 98.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 221 | 128 | 0.34 | 0 | 0.42 | 0.13 | 108.39 | 0.58 | 0.68 |
| Hex | 92 | DD | 80 | 22 | 0 | 2A | D | 6C | 3A | 44 |
| Octal | 222 | 335 | 200 | 42 | 0 | 52 | 15 | 154 | 72 | 104 |
| Binary | 10010010 | 11011101 | 10000000 | 100010 | 0 | 101010 | 1101 | 1101100 | 111010 | 1000100 |
Color Harmonies of #92DD80
Complementary color
Monochromatic Colors of #92DD80
Black with #92DD80
Text Example
Text Example
White with #92DD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92DD80; }
p { color: rgb(146,221,128); }
H1.HeaderClassName
{
color: #92DD80;
}
.AnyTagClassName
{
color: #92DD80;
}
</style>
background-color css
<style>
a { background-color: #92DD80; }
a { background-color: rgb(146,221,128); }
div.DivClassName
{
background-color: #92DD80;
}
.BgClassName
{
background-color: #92DD80;
}
</style>
border-color css
<style>
span { border-color: #92DD80; }
span { border-color: rgb(146,221,128); }
td.TdClassName
{
border-color: #92DD80;
}
.TagClassName
{
border-color: #92DD80;
}
</style>