Shades of Gossip #94D575
Tints of Gossip #94D575
RGB
CMYK
RGB Variations
Color information
#94D575 (or 0x94D575) is known color: Gossip. HEX triplet: 94, D5 and 75. RGB value is (148,213,117). Sum of RGB (Red+Green+Blue) = 148+213+117=478 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.96% from 478); Green value is 213 (83.59% from 255 or 44.56% from 478); Blue value is 117 (46.09% from 255 or 24.48% from 478); Max value from RGB is 213 - color contains mainly: green. Hex color #94D575 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94D575 is #6B2A8A. Grayscale: #B6B6B6. Windows color (decimal): -7023243 or 7722388. OLE color: 7722388.
HSL color Cylindrical-coordinate representation of color #94D575: hue angle of 100.62º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #94D575 is Cyan = 0.31, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 148 | 213 | 117 | - |
| CMYK | 0.31 | 0 | 0.45 | 0.16 |
| HSL | 100.63º | 0.53% | 0.65% | - |
| HSV(B) | 100.63º | 0.45% | 0.84% | - |
| XYZ | 39.22 | 55.17 | 25.41 | - |
| YUV | 182.62 | 90.97 | 103.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 213 | 117 | 0.31 | 0 | 0.45 | 0.16 | 100.63 | 0.53 | 0.65 |
| Hex | 94 | D5 | 75 | 1F | 0 | 2D | 10 | 65 | 35 | 41 |
| Octal | 224 | 325 | 165 | 37 | 0 | 55 | 20 | 145 | 65 | 101 |
| Binary | 10010100 | 11010101 | 1110101 | 11111 | 0 | 101101 | 10000 | 1100101 | 110101 | 1000001 |
Color Harmonies of #94D575
Complementary color
Monochromatic Colors of #94D575
Black with #94D575
Text Example
Text Example
White with #94D575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D575; }
p { color: rgb(148,213,117); }
H1.HeaderClassName
{
color: #94D575;
}
.AnyTagClassName
{
color: #94D575;
}
</style>
background-color css
<style>
a { background-color: #94D575; }
a { background-color: rgb(148,213,117); }
div.DivClassName
{
background-color: #94D575;
}
.BgClassName
{
background-color: #94D575;
}
</style>
border-color css
<style>
span { border-color: #94D575; }
span { border-color: rgb(148,213,117); }
td.TdClassName
{
border-color: #94D575;
}
.TagClassName
{
border-color: #94D575;
}
</style>