Shades of Gossip #94D273
Tints of Gossip #94D273
RGB
CMYK
RGB Variations
Color information
#94D273 (or 0x94D273) is known color: Gossip. HEX triplet: 94, D2 and 73. RGB value is (148,210,115). Sum of RGB (Red+Green+Blue) = 148+210+115=473 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.29% from 473); Green value is 210 (82.42% from 255 or 44.40% from 473); Blue value is 115 (45.31% from 255 or 24.31% from 473); Max value from RGB is 210 - color contains mainly: green. Hex color #94D273 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94D273 is #6B2D8C. Grayscale: #B4B4B4. Windows color (decimal): -7024013 or 7590548. OLE color: 7590548.
HSL color Cylindrical-coordinate representation of color #94D273: hue angle of 99.16º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #94D273 is Cyan = 0.30, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 148 | 210 | 115 | - |
| CMYK | 0.30 | 0 | 0.45 | 0.18 |
| HSL | 99.16º | 0.51% | 0.64% | - |
| HSV(B) | 99.16º | 0.45% | 0.82% | - |
| XYZ | 38.35 | 53.63 | 24.55 | - |
| YUV | 180.63 | 90.96 | 104.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 210 | 115 | 0.30 | 0 | 0.45 | 0.18 | 99.16 | 0.51 | 0.64 |
| Hex | 94 | D2 | 73 | 1E | 0 | 2D | 12 | 63 | 33 | 40 |
| Octal | 224 | 322 | 163 | 36 | 0 | 55 | 22 | 143 | 63 | 100 |
| Binary | 10010100 | 11010010 | 1110011 | 11110 | 0 | 101101 | 10010 | 1100011 | 110011 | 1000000 |
Color Harmonies of #94D273
Complementary color
Monochromatic Colors of #94D273
Black with #94D273
Text Example
Text Example
White with #94D273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D273; }
p { color: rgb(148,210,115); }
H1.HeaderClassName
{
color: #94D273;
}
.AnyTagClassName
{
color: #94D273;
}
</style>
background-color css
<style>
a { background-color: #94D273; }
a { background-color: rgb(148,210,115); }
div.DivClassName
{
background-color: #94D273;
}
.BgClassName
{
background-color: #94D273;
}
</style>
border-color css
<style>
span { border-color: #94D273; }
span { border-color: rgb(148,210,115); }
td.TdClassName
{
border-color: #94D273;
}
.TagClassName
{
border-color: #94D273;
}
</style>