Shades of Gossip #94E467
Tints of Gossip #94E467
RGB
CMYK
RGB Variations
Color information
#94E467 (or 0x94E467) is known color: Gossip. HEX triplet: 94, E4 and 67. RGB value is (148,228,103). Sum of RGB (Red+Green+Blue) = 148+228+103=479 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.90% from 479); Green value is 228 (89.45% from 255 or 47.60% from 479); Blue value is 103 (40.62% from 255 or 21.50% from 479); Max value from RGB is 228 - color contains mainly: green. Hex color #94E467 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94E467 is #6B1B98. Grayscale: #BEBEBE. Windows color (decimal): -7019417 or 6808724. OLE color: 6808724.
HSL color Cylindrical-coordinate representation of color #94E467: hue angle of 98.4º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #94E467 is Cyan = 0.35, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 148 | 228 | 103 | - |
| CMYK | 0.35 | 0 | 0.55 | 0.11 |
| HSL | 98.4º | 0.7% | 0.65% | - |
| HSV(B) | 98.4º | 0.55% | 0.89% | - |
| XYZ | 42.4 | 62.76 | 22.71 | - |
| YUV | 189.83 | 79 | 98.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 228 | 103 | 0.35 | 0 | 0.55 | 0.11 | 98.4 | 0.7 | 0.65 |
| Hex | 94 | E4 | 67 | 23 | 0 | 37 | B | 62 | 46 | 41 |
| Octal | 224 | 344 | 147 | 43 | 0 | 67 | 13 | 142 | 106 | 101 |
| Binary | 10010100 | 11100100 | 1100111 | 100011 | 0 | 110111 | 1011 | 1100010 | 1000110 | 1000001 |
Color Harmonies of #94E467
Complementary color
Monochromatic Colors of #94E467
Black with #94E467
Text Example
Text Example
White with #94E467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94E467; }
p { color: rgb(148,228,103); }
H1.HeaderClassName
{
color: #94E467;
}
.AnyTagClassName
{
color: #94E467;
}
</style>
background-color css
<style>
a { background-color: #94E467; }
a { background-color: rgb(148,228,103); }
div.DivClassName
{
background-color: #94E467;
}
.BgClassName
{
background-color: #94E467;
}
</style>
border-color css
<style>
span { border-color: #94E467; }
span { border-color: rgb(148,228,103); }
td.TdClassName
{
border-color: #94E467;
}
.TagClassName
{
border-color: #94E467;
}
</style>