Shades of Gossip #94CC7D
Tints of Gossip #94CC7D
RGB
CMYK
RGB Variations
Color information
#94CC7D (or 0x94CC7D) is known color: Gossip. HEX triplet: 94, CC and 7D. RGB value is (148,204,125). Sum of RGB (Red+Green+Blue) = 148+204+125=477 (63% of max value = 765). Red value is 148 (58.20% from 255 or 31.03% from 477); Green value is 204 (80.08% from 255 or 42.77% from 477); Blue value is 125 (49.22% from 255 or 26.21% from 477); Max value from RGB is 204 - color contains mainly: green. Hex color #94CC7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94CC7D is #6B3382. Grayscale: #B2B2B2. Windows color (decimal): -7025539 or 8244372. OLE color: 8244372.
HSL color Cylindrical-coordinate representation of color #94CC7D: hue angle of 102.53º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #94CC7D is Cyan = 0.27, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 148 | 204 | 125 | - |
| CMYK | 0.27 | 0 | 0.39 | 0.2 |
| HSL | 102.53º | 0.44% | 0.65% | - |
| HSV(B) | 102.53º | 0.39% | 0.8% | - |
| XYZ | 37.51 | 50.96 | 27.26 | - |
| YUV | 178.25 | 97.95 | 106.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 204 | 125 | 0.27 | 0 | 0.39 | 0.2 | 102.53 | 0.44 | 0.65 |
| Hex | 94 | CC | 7D | 1B | 0 | 27 | 14 | 67 | 2C | 41 |
| Octal | 224 | 314 | 175 | 33 | 0 | 47 | 24 | 147 | 54 | 101 |
| Binary | 10010100 | 11001100 | 1111101 | 11011 | 0 | 100111 | 10100 | 1100111 | 101100 | 1000001 |
Color Harmonies of #94CC7D
Complementary color
Monochromatic Colors of #94CC7D
Black with #94CC7D
Text Example
Text Example
White with #94CC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94CC7D; }
p { color: rgb(148,204,125); }
H1.HeaderClassName
{
color: #94CC7D;
}
.AnyTagClassName
{
color: #94CC7D;
}
</style>
background-color css
<style>
a { background-color: #94CC7D; }
a { background-color: rgb(148,204,125); }
div.DivClassName
{
background-color: #94CC7D;
}
.BgClassName
{
background-color: #94CC7D;
}
</style>
border-color css
<style>
span { border-color: #94CC7D; }
span { border-color: rgb(148,204,125); }
td.TdClassName
{
border-color: #94CC7D;
}
.TagClassName
{
border-color: #94CC7D;
}
</style>