Shades of Gossip #94D082
Tints of Gossip #94D082
RGB
CMYK
RGB Variations
Color information
#94D082 (or 0x94D082) is known color: Gossip. HEX triplet: 94, D0 and 82. RGB value is (148,208,130). Sum of RGB (Red+Green+Blue) = 148+208+130=486 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.45% from 486); Green value is 208 (81.64% from 255 or 42.80% from 486); Blue value is 130 (51.17% from 255 or 26.75% from 486); Max value from RGB is 208 - color contains mainly: green. Hex color #94D082 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D082 is #6B2F7D. Grayscale: #B5B5B5. Windows color (decimal): -7024510 or 8573076. OLE color: 8573076.
HSL color Cylindrical-coordinate representation of color #94D082: hue angle of 106.15º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #94D082 is Cyan = 0.29, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 148 | 208 | 130 | - |
| CMYK | 0.29 | 0 | 0.38 | 0.18 |
| HSL | 106.15º | 0.45% | 0.66% | - |
| HSV(B) | 106.15º | 0.38% | 0.82% | - |
| XYZ | 38.8 | 53.02 | 29.31 | - |
| YUV | 181.17 | 99.12 | 104.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 208 | 130 | 0.29 | 0 | 0.38 | 0.18 | 106.15 | 0.45 | 0.66 |
| Hex | 94 | D0 | 82 | 1D | 0 | 26 | 12 | 6A | 2D | 42 |
| Octal | 224 | 320 | 202 | 35 | 0 | 46 | 22 | 152 | 55 | 102 |
| Binary | 10010100 | 11010000 | 10000010 | 11101 | 0 | 100110 | 10010 | 1101010 | 101101 | 1000010 |
Color Harmonies of #94D082
Complementary color
Monochromatic Colors of #94D082
Black with #94D082
Text Example
Text Example
White with #94D082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D082; }
p { color: rgb(148,208,130); }
H1.HeaderClassName
{
color: #94D082;
}
.AnyTagClassName
{
color: #94D082;
}
</style>
background-color css
<style>
a { background-color: #94D082; }
a { background-color: rgb(148,208,130); }
div.DivClassName
{
background-color: #94D082;
}
.BgClassName
{
background-color: #94D082;
}
</style>
border-color css
<style>
span { border-color: #94D082; }
span { border-color: rgb(148,208,130); }
td.TdClassName
{
border-color: #94D082;
}
.TagClassName
{
border-color: #94D082;
}
</style>