Shades of Gossip #94D77A
Tints of Gossip #94D77A
RGB
CMYK
RGB Variations
Color information
#94D77A (or 0x94D77A) is known color: Gossip. HEX triplet: 94, D7 and 7A. RGB value is (148,215,122). Sum of RGB (Red+Green+Blue) = 148+215+122=485 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.52% from 485); Green value is 215 (84.38% from 255 or 44.33% from 485); Blue value is 122 (48.05% from 255 or 25.15% from 485); Max value from RGB is 215 - color contains mainly: green. Hex color #94D77A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94D77A is #6B2885. Grayscale: #B8B8B8. Windows color (decimal): -7022726 or 8050580. OLE color: 8050580.
HSL color Cylindrical-coordinate representation of color #94D77A: hue angle of 103.23º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #94D77A is Cyan = 0.31, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 148 | 215 | 122 | - |
| CMYK | 0.31 | 0 | 0.43 | 0.16 |
| HSL | 103.23º | 0.54% | 0.66% | - |
| HSV(B) | 103.23º | 0.43% | 0.84% | - |
| XYZ | 40.03 | 56.3 | 27.17 | - |
| YUV | 184.37 | 92.8 | 102.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 215 | 122 | 0.31 | 0 | 0.43 | 0.16 | 103.23 | 0.54 | 0.66 |
| Hex | 94 | D7 | 7A | 1F | 0 | 2B | 10 | 67 | 36 | 42 |
| Octal | 224 | 327 | 172 | 37 | 0 | 53 | 20 | 147 | 66 | 102 |
| Binary | 10010100 | 11010111 | 1111010 | 11111 | 0 | 101011 | 10000 | 1100111 | 110110 | 1000010 |
Color Harmonies of #94D77A
Complementary color
Monochromatic Colors of #94D77A
Black with #94D77A
Text Example
Text Example
White with #94D77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D77A; }
p { color: rgb(148,215,122); }
H1.HeaderClassName
{
color: #94D77A;
}
.AnyTagClassName
{
color: #94D77A;
}
</style>
background-color css
<style>
a { background-color: #94D77A; }
a { background-color: rgb(148,215,122); }
div.DivClassName
{
background-color: #94D77A;
}
.BgClassName
{
background-color: #94D77A;
}
</style>
border-color css
<style>
span { border-color: #94D77A; }
span { border-color: rgb(148,215,122); }
td.TdClassName
{
border-color: #94D77A;
}
.TagClassName
{
border-color: #94D77A;
}
</style>