Shades of Gossip #94DF7F
Tints of Gossip #94DF7F
RGB
CMYK
RGB Variations
Color information
#94DF7F (or 0x94DF7F) is known color: Gossip. HEX triplet: 94, DF and 7F. RGB value is (148,223,127). Sum of RGB (Red+Green+Blue) = 148+223+127=498 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.72% from 498); Green value is 223 (87.5% from 255 or 44.78% from 498); Blue value is 127 (50% from 255 or 25.50% from 498); Max value from RGB is 223 - color contains mainly: green. Hex color #94DF7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94DF7F is #6B2080. Grayscale: #BDBDBD. Windows color (decimal): -7020673 or 8380308. OLE color: 8380308.
HSL color Cylindrical-coordinate representation of color #94DF7F: hue angle of 106.88º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #94DF7F is Cyan = 0.34, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 223 | 127 | - |
| CMYK | 0.34 | 0 | 0.43 | 0.13 |
| HSL | 106.88º | 0.6% | 0.69% | - |
| HSV(B) | 106.88º | 0.43% | 0.87% | - |
| XYZ | 42.43 | 60.6 | 29.54 | - |
| YUV | 189.63 | 92.65 | 98.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 223 | 127 | 0.34 | 0 | 0.43 | 0.13 | 106.88 | 0.6 | 0.69 |
| Hex | 94 | DF | 7F | 22 | 0 | 2B | D | 6B | 3C | 45 |
| Octal | 224 | 337 | 177 | 42 | 0 | 53 | 15 | 153 | 74 | 105 |
| Binary | 10010100 | 11011111 | 1111111 | 100010 | 0 | 101011 | 1101 | 1101011 | 111100 | 1000101 |
Color Harmonies of #94DF7F
Complementary color
Monochromatic Colors of #94DF7F
Black with #94DF7F
Text Example
Text Example
White with #94DF7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94DF7F; }
p { color: rgb(148,223,127); }
H1.HeaderClassName
{
color: #94DF7F;
}
.AnyTagClassName
{
color: #94DF7F;
}
</style>
background-color css
<style>
a { background-color: #94DF7F; }
a { background-color: rgb(148,223,127); }
div.DivClassName
{
background-color: #94DF7F;
}
.BgClassName
{
background-color: #94DF7F;
}
</style>
border-color css
<style>
span { border-color: #94DF7F; }
span { border-color: rgb(148,223,127); }
td.TdClassName
{
border-color: #94DF7F;
}
.TagClassName
{
border-color: #94DF7F;
}
</style>