Shades of Gossip #92DC7D
Tints of Gossip #92DC7D
RGB
CMYK
RGB Variations
Color information
#92DC7D (or 0x92DC7D) is known color: Gossip. HEX triplet: 92, DC and 7D. RGB value is (146,220,125). Sum of RGB (Red+Green+Blue) = 146+220+125=491 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.74% from 491); Green value is 220 (86.33% from 255 or 44.81% from 491); Blue value is 125 (49.22% from 255 or 25.46% from 491); Max value from RGB is 220 - color contains mainly: green. Hex color #92DC7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92DC7D is #6D2382. Grayscale: #BBBBBB. Windows color (decimal): -7152515 or 8248466. OLE color: 8248466.
HSL color Cylindrical-coordinate representation of color #92DC7D: hue angle of 106.74º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #92DC7D is Cyan = 0.34, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 146 | 220 | 125 | - |
| CMYK | 0.34 | 0 | 0.43 | 0.14 |
| HSL | 106.74º | 0.58% | 0.68% | - |
| HSV(B) | 106.74º | 0.43% | 0.86% | - |
| XYZ | 41.15 | 58.78 | 28.58 | - |
| YUV | 187.04 | 92.98 | 98.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 220 | 125 | 0.34 | 0 | 0.43 | 0.14 | 106.74 | 0.58 | 0.68 |
| Hex | 92 | DC | 7D | 22 | 0 | 2B | E | 6B | 3A | 44 |
| Octal | 222 | 334 | 175 | 42 | 0 | 53 | 16 | 153 | 72 | 104 |
| Binary | 10010010 | 11011100 | 1111101 | 100010 | 0 | 101011 | 1110 | 1101011 | 111010 | 1000100 |
Color Harmonies of #92DC7D
Complementary color
Monochromatic Colors of #92DC7D
Black with #92DC7D
Text Example
Text Example
White with #92DC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92DC7D; }
p { color: rgb(146,220,125); }
H1.HeaderClassName
{
color: #92DC7D;
}
.AnyTagClassName
{
color: #92DC7D;
}
</style>
background-color css
<style>
a { background-color: #92DC7D; }
a { background-color: rgb(146,220,125); }
div.DivClassName
{
background-color: #92DC7D;
}
.BgClassName
{
background-color: #92DC7D;
}
</style>
border-color css
<style>
span { border-color: #92DC7D; }
span { border-color: rgb(146,220,125); }
td.TdClassName
{
border-color: #92DC7D;
}
.TagClassName
{
border-color: #92DC7D;
}
</style>