Shades of Gossip #94D087
Tints of Gossip #94D087
RGB
CMYK
RGB Variations
Color information
#94D087 (or 0x94D087) is known color: Gossip. HEX triplet: 94, D0 and 87. RGB value is (148,208,135). Sum of RGB (Red+Green+Blue) = 148+208+135=491 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.14% from 491); Green value is 208 (81.64% from 255 or 42.36% from 491); Blue value is 135 (53.12% from 255 or 27.49% from 491); Max value from RGB is 208 - color contains mainly: green. Hex color #94D087 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D087 is #6B2F78. Grayscale: #B5B5B5. Windows color (decimal): -7024505 or 8900756. OLE color: 8900756.
HSL color Cylindrical-coordinate representation of color #94D087: hue angle of 109.32º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #94D087 is Cyan = 0.29, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 148 | 208 | 135 | - |
| CMYK | 0.29 | 0 | 0.35 | 0.18 |
| HSL | 109.32º | 0.44% | 0.67% | - |
| HSV(B) | 109.32º | 0.35% | 0.82% | - |
| XYZ | 39.14 | 53.16 | 31.12 | - |
| YUV | 181.74 | 101.62 | 103.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 208 | 135 | 0.29 | 0 | 0.35 | 0.18 | 109.32 | 0.44 | 0.67 |
| Hex | 94 | D0 | 87 | 1D | 0 | 23 | 12 | 6D | 2C | 43 |
| Octal | 224 | 320 | 207 | 35 | 0 | 43 | 22 | 155 | 54 | 103 |
| Binary | 10010100 | 11010000 | 10000111 | 11101 | 0 | 100011 | 10010 | 1101101 | 101100 | 1000011 |
Color Harmonies of #94D087
Complementary color
Monochromatic Colors of #94D087
Black with #94D087
Text Example
Text Example
White with #94D087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D087; }
p { color: rgb(148,208,135); }
H1.HeaderClassName
{
color: #94D087;
}
.AnyTagClassName
{
color: #94D087;
}
</style>
background-color css
<style>
a { background-color: #94D087; }
a { background-color: rgb(148,208,135); }
div.DivClassName
{
background-color: #94D087;
}
.BgClassName
{
background-color: #94D087;
}
</style>
border-color css
<style>
span { border-color: #94D087; }
span { border-color: rgb(148,208,135); }
td.TdClassName
{
border-color: #94D087;
}
.TagClassName
{
border-color: #94D087;
}
</style>