Shades of Gossip #92D07D
Tints of Gossip #92D07D
RGB
CMYK
RGB Variations
Color information
#92D07D (or 0x92D07D) is known color: Gossip. HEX triplet: 92, D0 and 7D. RGB value is (146,208,125). Sum of RGB (Red+Green+Blue) = 146+208+125=479 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.48% from 479); Green value is 208 (81.64% from 255 or 43.42% from 479); Blue value is 125 (49.22% from 255 or 26.10% from 479); Max value from RGB is 208 - color contains mainly: green. Hex color #92D07D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92D07D is #6D2F82. Grayscale: #B4B4B4. Windows color (decimal): -7155587 or 8245394. OLE color: 8245394.
HSL color Cylindrical-coordinate representation of color #92D07D: hue angle of 104.82º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #92D07D is Cyan = 0.30, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 146 | 208 | 125 | - |
| CMYK | 0.30 | 0 | 0.40 | 0.18 |
| HSL | 104.82º | 0.47% | 0.65% | - |
| HSV(B) | 104.82º | 0.4% | 0.82% | - |
| XYZ | 38.11 | 52.7 | 27.57 | - |
| YUV | 180 | 96.96 | 103.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 208 | 125 | 0.30 | 0 | 0.40 | 0.18 | 104.82 | 0.47 | 0.65 |
| Hex | 92 | D0 | 7D | 1E | 0 | 28 | 12 | 69 | 2F | 41 |
| Octal | 222 | 320 | 175 | 36 | 0 | 50 | 22 | 151 | 57 | 101 |
| Binary | 10010010 | 11010000 | 1111101 | 11110 | 0 | 101000 | 10010 | 1101001 | 101111 | 1000001 |
Color Harmonies of #92D07D
Complementary color
Monochromatic Colors of #92D07D
Black with #92D07D
Text Example
Text Example
White with #92D07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92D07D; }
p { color: rgb(146,208,125); }
H1.HeaderClassName
{
color: #92D07D;
}
.AnyTagClassName
{
color: #92D07D;
}
</style>
background-color css
<style>
a { background-color: #92D07D; }
a { background-color: rgb(146,208,125); }
div.DivClassName
{
background-color: #92D07D;
}
.BgClassName
{
background-color: #92D07D;
}
</style>
border-color css
<style>
span { border-color: #92D07D; }
span { border-color: rgb(146,208,125); }
td.TdClassName
{
border-color: #92D07D;
}
.TagClassName
{
border-color: #92D07D;
}
</style>