Shades of Gossip #94DF75
Tints of Gossip #94DF75
RGB
CMYK
RGB Variations
Color information
#94DF75 (or 0x94DF75) is known color: Gossip. HEX triplet: 94, DF and 75. RGB value is (148,223,117). Sum of RGB (Red+Green+Blue) = 148+223+117=488 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.33% from 488); Green value is 223 (87.5% from 255 or 45.70% from 488); Blue value is 117 (46.09% from 255 or 23.98% from 488); Max value from RGB is 223 - color contains mainly: green. Hex color #94DF75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94DF75 is #6B208A. Grayscale: #BCBCBC. Windows color (decimal): -7020683 or 7724948. OLE color: 7724948.
HSL color Cylindrical-coordinate representation of color #94DF75: hue angle of 102.45º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #94DF75 is Cyan = 0.34, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 223 | 117 | - |
| CMYK | 0.34 | 0 | 0.48 | 0.13 |
| HSL | 102.45º | 0.62% | 0.67% | - |
| HSV(B) | 102.45º | 0.48% | 0.87% | - |
| XYZ | 41.81 | 60.36 | 26.28 | - |
| YUV | 188.49 | 87.65 | 99.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 223 | 117 | 0.34 | 0 | 0.48 | 0.13 | 102.45 | 0.62 | 0.67 |
| Hex | 94 | DF | 75 | 22 | 0 | 30 | D | 66 | 3E | 43 |
| Octal | 224 | 337 | 165 | 42 | 0 | 60 | 15 | 146 | 76 | 103 |
| Binary | 10010100 | 11011111 | 1110101 | 100010 | 0 | 110000 | 1101 | 1100110 | 111110 | 1000011 |
Color Harmonies of #94DF75
Complementary color
Monochromatic Colors of #94DF75
Black with #94DF75
Text Example
Text Example
White with #94DF75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94DF75; }
p { color: rgb(148,223,117); }
H1.HeaderClassName
{
color: #94DF75;
}
.AnyTagClassName
{
color: #94DF75;
}
</style>
background-color css
<style>
a { background-color: #94DF75; }
a { background-color: rgb(148,223,117); }
div.DivClassName
{
background-color: #94DF75;
}
.BgClassName
{
background-color: #94DF75;
}
</style>
border-color css
<style>
span { border-color: #94DF75; }
span { border-color: rgb(148,223,117); }
td.TdClassName
{
border-color: #94DF75;
}
.TagClassName
{
border-color: #94DF75;
}
</style>