Shades of Gossip #92DD7C
Tints of Gossip #92DD7C
RGB
CMYK
RGB Variations
Color information
#92DD7C (or 0x92DD7C) is known color: Gossip. HEX triplet: 92, DD and 7C. RGB value is (146,221,124). Sum of RGB (Red+Green+Blue) = 146+221+124=491 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.74% from 491); Green value is 221 (86.72% from 255 or 45.01% from 491); Blue value is 124 (48.83% from 255 or 25.25% from 491); Max value from RGB is 221 - color contains mainly: green. Hex color #92DD7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92DD7C is #6D2283. Grayscale: #BBBBBB. Windows color (decimal): -7152260 or 8183186. OLE color: 8183186.
HSL color Cylindrical-coordinate representation of color #92DD7C: hue angle of 106.39º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #92DD7C is Cyan = 0.34, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 221 | 124 | - |
| CMYK | 0.34 | 0 | 0.44 | 0.13 |
| HSL | 106.39º | 0.59% | 0.68% | - |
| HSV(B) | 106.39º | 0.44% | 0.87% | - |
| XYZ | 41.35 | 59.28 | 28.33 | - |
| YUV | 187.52 | 92.15 | 98.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 221 | 124 | 0.34 | 0 | 0.44 | 0.13 | 106.39 | 0.59 | 0.68 |
| Hex | 92 | DD | 7C | 22 | 0 | 2C | D | 6A | 3B | 44 |
| Octal | 222 | 335 | 174 | 42 | 0 | 54 | 15 | 152 | 73 | 104 |
| Binary | 10010010 | 11011101 | 1111100 | 100010 | 0 | 101100 | 1101 | 1101010 | 111011 | 1000100 |
Color Harmonies of #92DD7C
Complementary color
Monochromatic Colors of #92DD7C
Black with #92DD7C
Text Example
Text Example
White with #92DD7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92DD7C; }
p { color: rgb(146,221,124); }
H1.HeaderClassName
{
color: #92DD7C;
}
.AnyTagClassName
{
color: #92DD7C;
}
</style>
background-color css
<style>
a { background-color: #92DD7C; }
a { background-color: rgb(146,221,124); }
div.DivClassName
{
background-color: #92DD7C;
}
.BgClassName
{
background-color: #92DD7C;
}
</style>
border-color css
<style>
span { border-color: #92DD7C; }
span { border-color: rgb(146,221,124); }
td.TdClassName
{
border-color: #92DD7C;
}
.TagClassName
{
border-color: #92DD7C;
}
</style>