Shades of Gossip #94D57D
Tints of Gossip #94D57D
RGB
CMYK
RGB Variations
Color information
#94D57D (or 0x94D57D) is known color: Gossip. HEX triplet: 94, D5 and 7D. RGB value is (148,213,125). Sum of RGB (Red+Green+Blue) = 148+213+125=486 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.45% from 486); Green value is 213 (83.59% from 255 or 43.83% from 486); Blue value is 125 (49.22% from 255 or 25.72% from 486); Max value from RGB is 213 - color contains mainly: green. Hex color #94D57D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94D57D is #6B2A82. Grayscale: #B7B7B7. Windows color (decimal): -7023235 or 8246676. OLE color: 8246676.
HSL color Cylindrical-coordinate representation of color #94D57D: hue angle of 104.32º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #94D57D is Cyan = 0.31, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 148 | 213 | 125 | - |
| CMYK | 0.31 | 0 | 0.41 | 0.16 |
| HSL | 104.32º | 0.51% | 0.66% | - |
| HSV(B) | 104.32º | 0.41% | 0.84% | - |
| XYZ | 39.71 | 55.37 | 28 | - |
| YUV | 183.53 | 94.97 | 102.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 213 | 125 | 0.31 | 0 | 0.41 | 0.16 | 104.32 | 0.51 | 0.66 |
| Hex | 94 | D5 | 7D | 1F | 0 | 29 | 10 | 68 | 33 | 42 |
| Octal | 224 | 325 | 175 | 37 | 0 | 51 | 20 | 150 | 63 | 102 |
| Binary | 10010100 | 11010101 | 1111101 | 11111 | 0 | 101001 | 10000 | 1101000 | 110011 | 1000010 |
Color Harmonies of #94D57D
Complementary color
Monochromatic Colors of #94D57D
Black with #94D57D
Text Example
Text Example
White with #94D57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D57D; }
p { color: rgb(148,213,125); }
H1.HeaderClassName
{
color: #94D57D;
}
.AnyTagClassName
{
color: #94D57D;
}
</style>
background-color css
<style>
a { background-color: #94D57D; }
a { background-color: rgb(148,213,125); }
div.DivClassName
{
background-color: #94D57D;
}
.BgClassName
{
background-color: #94D57D;
}
</style>
border-color css
<style>
span { border-color: #94D57D; }
span { border-color: rgb(148,213,125); }
td.TdClassName
{
border-color: #94D57D;
}
.TagClassName
{
border-color: #94D57D;
}
</style>