Shades of Gossip #94D782
Tints of Gossip #94D782
RGB
CMYK
RGB Variations
Color information
#94D782 (or 0x94D782) is known color: Gossip. HEX triplet: 94, D7 and 82. RGB value is (148,215,130). Sum of RGB (Red+Green+Blue) = 148+215+130=493 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.02% from 493); Green value is 215 (84.38% from 255 or 43.61% from 493); Blue value is 130 (51.17% from 255 or 26.37% from 493); Max value from RGB is 215 - color contains mainly: green. Hex color #94D782 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D782 is #6B287D. Grayscale: #B9B9B9. Windows color (decimal): -7022718 or 8574868. OLE color: 8574868.
HSL color Cylindrical-coordinate representation of color #94D782: hue angle of 107.29º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #94D782 is Cyan = 0.31, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 148 | 215 | 130 | - |
| CMYK | 0.31 | 0 | 0.40 | 0.16 |
| HSL | 107.29º | 0.52% | 0.68% | - |
| HSV(B) | 107.29º | 0.4% | 0.84% | - |
| XYZ | 40.54 | 56.51 | 29.89 | - |
| YUV | 185.28 | 96.8 | 101.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 215 | 130 | 0.31 | 0 | 0.40 | 0.16 | 107.29 | 0.52 | 0.68 |
| Hex | 94 | D7 | 82 | 1F | 0 | 28 | 10 | 6B | 34 | 44 |
| Octal | 224 | 327 | 202 | 37 | 0 | 50 | 20 | 153 | 64 | 104 |
| Binary | 10010100 | 11010111 | 10000010 | 11111 | 0 | 101000 | 10000 | 1101011 | 110100 | 1000100 |
Color Harmonies of #94D782
Complementary color
Monochromatic Colors of #94D782
Black with #94D782
Text Example
Text Example
White with #94D782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D782; }
p { color: rgb(148,215,130); }
H1.HeaderClassName
{
color: #94D782;
}
.AnyTagClassName
{
color: #94D782;
}
</style>
background-color css
<style>
a { background-color: #94D782; }
a { background-color: rgb(148,215,130); }
div.DivClassName
{
background-color: #94D782;
}
.BgClassName
{
background-color: #94D782;
}
</style>
border-color css
<style>
span { border-color: #94D782; }
span { border-color: rgb(148,215,130); }
td.TdClassName
{
border-color: #94D782;
}
.TagClassName
{
border-color: #94D782;
}
</style>