Shades of Gossip #94C57E
Tints of Gossip #94C57E
RGB
CMYK
RGB Variations
Color information
#94C57E (or 0x94C57E) is known color: Gossip. HEX triplet: 94, C5 and 7E. RGB value is (148,197,126). Sum of RGB (Red+Green+Blue) = 148+197+126=471 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.42% from 471); Green value is 197 (77.34% from 255 or 41.83% from 471); Blue value is 126 (49.61% from 255 or 26.75% from 471); Max value from RGB is 197 - color contains mainly: green. Hex color #94C57E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94C57E is #6B3A81. Grayscale: #AEAEAE. Windows color (decimal): -7027330 or 8308116. OLE color: 8308116.
HSL color Cylindrical-coordinate representation of color #94C57E: hue angle of 101.41º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #94C57E is Cyan = 0.25, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 148 | 197 | 126 | - |
| CMYK | 0.25 | 0 | 0.36 | 0.23 |
| HSL | 101.41º | 0.38% | 0.63% | - |
| HSV(B) | 101.41º | 0.36% | 0.77% | - |
| XYZ | 35.94 | 47.73 | 27.06 | - |
| YUV | 174.26 | 100.77 | 109.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 197 | 126 | 0.25 | 0 | 0.36 | 0.23 | 101.41 | 0.38 | 0.63 |
| Hex | 94 | C5 | 7E | 19 | 0 | 24 | 17 | 65 | 26 | 3F |
| Octal | 224 | 305 | 176 | 31 | 0 | 44 | 27 | 145 | 46 | 77 |
| Binary | 10010100 | 11000101 | 1111110 | 11001 | 0 | 100100 | 10111 | 1100101 | 100110 | 111111 |
Color Harmonies of #94C57E
Complementary color
Monochromatic Colors of #94C57E
Black with #94C57E
Text Example
Text Example
White with #94C57E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C57E; }
p { color: rgb(148,197,126); }
H1.HeaderClassName
{
color: #94C57E;
}
.AnyTagClassName
{
color: #94C57E;
}
</style>
background-color css
<style>
a { background-color: #94C57E; }
a { background-color: rgb(148,197,126); }
div.DivClassName
{
background-color: #94C57E;
}
.BgClassName
{
background-color: #94C57E;
}
</style>
border-color css
<style>
span { border-color: #94C57E; }
span { border-color: rgb(148,197,126); }
td.TdClassName
{
border-color: #94C57E;
}
.TagClassName
{
border-color: #94C57E;
}
</style>