Shades of Gossip #94DF71
Tints of Gossip #94DF71
RGB
CMYK
RGB Variations
Color information
#94DF71 (or 0x94DF71) is known color: Gossip. HEX triplet: 94, DF and 71. RGB value is (148,223,113). Sum of RGB (Red+Green+Blue) = 148+223+113=484 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.58% from 484); Green value is 223 (87.5% from 255 or 46.07% from 484); Blue value is 113 (44.53% from 255 or 23.35% from 484); Max value from RGB is 223 - color contains mainly: green. Hex color #94DF71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94DF71 is #6B208E. Grayscale: #BCBCBC. Windows color (decimal): -7020687 or 7462804. OLE color: 7462804.
HSL color Cylindrical-coordinate representation of color #94DF71: hue angle of 100.91º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #94DF71 is Cyan = 0.34, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 223 | 113 | - |
| CMYK | 0.34 | 0 | 0.49 | 0.13 |
| HSL | 100.91º | 0.63% | 0.66% | - |
| HSV(B) | 100.91º | 0.49% | 0.87% | - |
| XYZ | 41.58 | 60.26 | 25.06 | - |
| YUV | 188.04 | 85.65 | 99.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 223 | 113 | 0.34 | 0 | 0.49 | 0.13 | 100.91 | 0.63 | 0.66 |
| Hex | 94 | DF | 71 | 22 | 0 | 31 | D | 65 | 3F | 42 |
| Octal | 224 | 337 | 161 | 42 | 0 | 61 | 15 | 145 | 77 | 102 |
| Binary | 10010100 | 11011111 | 1110001 | 100010 | 0 | 110001 | 1101 | 1100101 | 111111 | 1000010 |
Color Harmonies of #94DF71
Complementary color
Monochromatic Colors of #94DF71
Black with #94DF71
Text Example
Text Example
White with #94DF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94DF71; }
p { color: rgb(148,223,113); }
H1.HeaderClassName
{
color: #94DF71;
}
.AnyTagClassName
{
color: #94DF71;
}
</style>
background-color css
<style>
a { background-color: #94DF71; }
a { background-color: rgb(148,223,113); }
div.DivClassName
{
background-color: #94DF71;
}
.BgClassName
{
background-color: #94DF71;
}
</style>
border-color css
<style>
span { border-color: #94DF71; }
span { border-color: rgb(148,223,113); }
td.TdClassName
{
border-color: #94DF71;
}
.TagClassName
{
border-color: #94DF71;
}
</style>