Shades of Gossip #94DF7C
Tints of Gossip #94DF7C
RGB
CMYK
RGB Variations
Color information
#94DF7C (or 0x94DF7C) is known color: Gossip. HEX triplet: 94, DF and 7C. RGB value is (148,223,124). Sum of RGB (Red+Green+Blue) = 148+223+124=495 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.90% from 495); Green value is 223 (87.5% from 255 or 45.05% from 495); Blue value is 124 (48.83% from 255 or 25.05% from 495); Max value from RGB is 223 - color contains mainly: green. Hex color #94DF7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94DF7C is #6B2083. Grayscale: #BDBDBD. Windows color (decimal): -7020676 or 8183700. OLE color: 8183700.
HSL color Cylindrical-coordinate representation of color #94DF7C: hue angle of 105.45º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #94DF7C is Cyan = 0.34, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 223 | 124 | - |
| CMYK | 0.34 | 0 | 0.44 | 0.13 |
| HSL | 105.45º | 0.61% | 0.68% | - |
| HSV(B) | 105.45º | 0.44% | 0.87% | - |
| XYZ | 42.24 | 60.53 | 28.53 | - |
| YUV | 189.29 | 91.15 | 98.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 223 | 124 | 0.34 | 0 | 0.44 | 0.13 | 105.45 | 0.61 | 0.68 |
| Hex | 94 | DF | 7C | 22 | 0 | 2C | D | 69 | 3D | 44 |
| Octal | 224 | 337 | 174 | 42 | 0 | 54 | 15 | 151 | 75 | 104 |
| Binary | 10010100 | 11011111 | 1111100 | 100010 | 0 | 101100 | 1101 | 1101001 | 111101 | 1000100 |
Color Harmonies of #94DF7C
Complementary color
Monochromatic Colors of #94DF7C
Black with #94DF7C
Text Example
Text Example
White with #94DF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94DF7C; }
p { color: rgb(148,223,124); }
H1.HeaderClassName
{
color: #94DF7C;
}
.AnyTagClassName
{
color: #94DF7C;
}
</style>
background-color css
<style>
a { background-color: #94DF7C; }
a { background-color: rgb(148,223,124); }
div.DivClassName
{
background-color: #94DF7C;
}
.BgClassName
{
background-color: #94DF7C;
}
</style>
border-color css
<style>
span { border-color: #94DF7C; }
span { border-color: rgb(148,223,124); }
td.TdClassName
{
border-color: #94DF7C;
}
.TagClassName
{
border-color: #94DF7C;
}
</style>