Shades of Gossip #94DB7F
Tints of Gossip #94DB7F
RGB
CMYK
RGB Variations
Color information
#94DB7F (or 0x94DB7F) is known color: Gossip. HEX triplet: 94, DB and 7F. RGB value is (148,219,127). Sum of RGB (Red+Green+Blue) = 148+219+127=494 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.96% from 494); Green value is 219 (85.94% from 255 or 44.33% from 494); Blue value is 127 (50% from 255 or 25.71% from 494); Max value from RGB is 219 - color contains mainly: green. Hex color #94DB7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94DB7F is #6B2480. Grayscale: #BBBBBB. Windows color (decimal): -7021697 or 8379284. OLE color: 8379284.
HSL color Cylindrical-coordinate representation of color #94DB7F: hue angle of 106.3º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #94DB7F is Cyan = 0.32, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 219 | 127 | - |
| CMYK | 0.32 | 0 | 0.42 | 0.14 |
| HSL | 106.3º | 0.56% | 0.68% | - |
| HSV(B) | 106.3º | 0.42% | 0.86% | - |
| XYZ | 41.38 | 58.49 | 29.19 | - |
| YUV | 187.28 | 93.98 | 99.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 219 | 127 | 0.32 | 0 | 0.42 | 0.14 | 106.3 | 0.56 | 0.68 |
| Hex | 94 | DB | 7F | 20 | 0 | 2A | E | 6A | 38 | 44 |
| Octal | 224 | 333 | 177 | 40 | 0 | 52 | 16 | 152 | 70 | 104 |
| Binary | 10010100 | 11011011 | 1111111 | 100000 | 0 | 101010 | 1110 | 1101010 | 111000 | 1000100 |
Color Harmonies of #94DB7F
Complementary color
Monochromatic Colors of #94DB7F
Black with #94DB7F
Text Example
Text Example
White with #94DB7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94DB7F; }
p { color: rgb(148,219,127); }
H1.HeaderClassName
{
color: #94DB7F;
}
.AnyTagClassName
{
color: #94DB7F;
}
</style>
background-color css
<style>
a { background-color: #94DB7F; }
a { background-color: rgb(148,219,127); }
div.DivClassName
{
background-color: #94DB7F;
}
.BgClassName
{
background-color: #94DB7F;
}
</style>
border-color css
<style>
span { border-color: #94DB7F; }
span { border-color: rgb(148,219,127); }
td.TdClassName
{
border-color: #94DB7F;
}
.TagClassName
{
border-color: #94DB7F;
}
</style>