Shades of Gossip #94C57F
Tints of Gossip #94C57F
RGB
CMYK
RGB Variations
Color information
#94C57F (or 0x94C57F) is known color: Gossip. HEX triplet: 94, C5 and 7F. RGB value is (148,197,127). Sum of RGB (Red+Green+Blue) = 148+197+127=472 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.36% from 472); Green value is 197 (77.34% from 255 or 41.74% from 472); Blue value is 127 (50% from 255 or 26.91% from 472); Max value from RGB is 197 - color contains mainly: green. Hex color #94C57F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94C57F is #6B3A80. Grayscale: #AEAEAE. Windows color (decimal): -7027329 or 8373652. OLE color: 8373652.
HSL color Cylindrical-coordinate representation of color #94C57F: hue angle of 102º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #94C57F is Cyan = 0.25, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 148 | 197 | 127 | - |
| CMYK | 0.25 | 0 | 0.36 | 0.23 |
| HSL | 102º | 0.38% | 0.64% | - |
| HSV(B) | 102º | 0.36% | 0.77% | - |
| XYZ | 36.01 | 47.76 | 27.4 | - |
| YUV | 174.37 | 101.27 | 109.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 197 | 127 | 0.25 | 0 | 0.36 | 0.23 | 102 | 0.38 | 0.64 |
| Hex | 94 | C5 | 7F | 19 | 0 | 24 | 17 | 66 | 26 | 40 |
| Octal | 224 | 305 | 177 | 31 | 0 | 44 | 27 | 146 | 46 | 100 |
| Binary | 10010100 | 11000101 | 1111111 | 11001 | 0 | 100100 | 10111 | 1100110 | 100110 | 1000000 |
Color Harmonies of #94C57F
Complementary color
Monochromatic Colors of #94C57F
Black with #94C57F
Text Example
Text Example
White with #94C57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C57F; }
p { color: rgb(148,197,127); }
H1.HeaderClassName
{
color: #94C57F;
}
.AnyTagClassName
{
color: #94C57F;
}
</style>
background-color css
<style>
a { background-color: #94C57F; }
a { background-color: rgb(148,197,127); }
div.DivClassName
{
background-color: #94C57F;
}
.BgClassName
{
background-color: #94C57F;
}
</style>
border-color css
<style>
span { border-color: #94C57F; }
span { border-color: rgb(148,197,127); }
td.TdClassName
{
border-color: #94C57F;
}
.TagClassName
{
border-color: #94C57F;
}
</style>