Shades of Gossip #94DF74
Tints of Gossip #94DF74
RGB
CMYK
RGB Variations
Color information
#94DF74 (or 0x94DF74) is known color: Gossip. HEX triplet: 94, DF and 74. RGB value is (148,223,116). Sum of RGB (Red+Green+Blue) = 148+223+116=487 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.39% from 487); Green value is 223 (87.5% from 255 or 45.79% from 487); Blue value is 116 (45.70% from 255 or 23.82% from 487); Max value from RGB is 223 - color contains mainly: green. Hex color #94DF74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94DF74 is #6B208B. Grayscale: #BCBCBC. Windows color (decimal): -7020684 or 7659412. OLE color: 7659412.
HSL color Cylindrical-coordinate representation of color #94DF74: hue angle of 102.06º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #94DF74 is Cyan = 0.34, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 223 | 116 | - |
| CMYK | 0.34 | 0 | 0.48 | 0.13 |
| HSL | 102.06º | 0.63% | 0.66% | - |
| HSV(B) | 102.06º | 0.48% | 0.87% | - |
| XYZ | 41.75 | 60.33 | 25.97 | - |
| YUV | 188.38 | 87.15 | 99.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 223 | 116 | 0.34 | 0 | 0.48 | 0.13 | 102.06 | 0.63 | 0.66 |
| Hex | 94 | DF | 74 | 22 | 0 | 30 | D | 66 | 3F | 42 |
| Octal | 224 | 337 | 164 | 42 | 0 | 60 | 15 | 146 | 77 | 102 |
| Binary | 10010100 | 11011111 | 1110100 | 100010 | 0 | 110000 | 1101 | 1100110 | 111111 | 1000010 |
Color Harmonies of #94DF74
Complementary color
Monochromatic Colors of #94DF74
Black with #94DF74
Text Example
Text Example
White with #94DF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94DF74; }
p { color: rgb(148,223,116); }
H1.HeaderClassName
{
color: #94DF74;
}
.AnyTagClassName
{
color: #94DF74;
}
</style>
background-color css
<style>
a { background-color: #94DF74; }
a { background-color: rgb(148,223,116); }
div.DivClassName
{
background-color: #94DF74;
}
.BgClassName
{
background-color: #94DF74;
}
</style>
border-color css
<style>
span { border-color: #94DF74; }
span { border-color: rgb(148,223,116); }
td.TdClassName
{
border-color: #94DF74;
}
.TagClassName
{
border-color: #94DF74;
}
</style>