Shades of Gossip #94D882
Tints of Gossip #94D882
RGB
CMYK
RGB Variations
Color information
#94D882 (or 0x94D882) is known color: Gossip. HEX triplet: 94, D8 and 82. RGB value is (148,216,130). Sum of RGB (Red+Green+Blue) = 148+216+130=494 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.96% from 494); Green value is 216 (84.77% from 255 or 43.72% from 494); Blue value is 130 (51.17% from 255 or 26.32% from 494); Max value from RGB is 216 - color contains mainly: green. Hex color #94D882 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D882 is #6B277D. Grayscale: #BABABA. Windows color (decimal): -7022462 or 8575124. OLE color: 8575124.
HSL color Cylindrical-coordinate representation of color #94D882: hue angle of 107.44º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #94D882 is Cyan = 0.31, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 148 | 216 | 130 | - |
| CMYK | 0.31 | 0 | 0.40 | 0.15 |
| HSL | 107.44º | 0.52% | 0.68% | - |
| HSV(B) | 107.44º | 0.4% | 0.85% | - |
| XYZ | 40.8 | 57.02 | 29.97 | - |
| YUV | 185.86 | 96.47 | 100.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 216 | 130 | 0.31 | 0 | 0.40 | 0.15 | 107.44 | 0.52 | 0.68 |
| Hex | 94 | D8 | 82 | 1F | 0 | 28 | F | 6B | 34 | 44 |
| Octal | 224 | 330 | 202 | 37 | 0 | 50 | 17 | 153 | 64 | 104 |
| Binary | 10010100 | 11011000 | 10000010 | 11111 | 0 | 101000 | 1111 | 1101011 | 110100 | 1000100 |
Color Harmonies of #94D882
Complementary color
Monochromatic Colors of #94D882
Black with #94D882
Text Example
Text Example
White with #94D882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D882; }
p { color: rgb(148,216,130); }
H1.HeaderClassName
{
color: #94D882;
}
.AnyTagClassName
{
color: #94D882;
}
</style>
background-color css
<style>
a { background-color: #94D882; }
a { background-color: rgb(148,216,130); }
div.DivClassName
{
background-color: #94D882;
}
.BgClassName
{
background-color: #94D882;
}
</style>
border-color css
<style>
span { border-color: #94D882; }
span { border-color: rgb(148,216,130); }
td.TdClassName
{
border-color: #94D882;
}
.TagClassName
{
border-color: #94D882;
}
</style>