Shades of Gossip #94E46E
Tints of Gossip #94E46E
RGB
CMYK
RGB Variations
Color information
#94E46E (or 0x94E46E) is known color: Gossip. HEX triplet: 94, E4 and 6E. RGB value is (148,228,110). Sum of RGB (Red+Green+Blue) = 148+228+110=486 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.45% from 486); Green value is 228 (89.45% from 255 or 46.91% from 486); Blue value is 110 (43.36% from 255 or 22.63% from 486); Max value from RGB is 228 - color contains mainly: green. Hex color #94E46E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94E46E is #6B1B91. Grayscale: #BFBFBF. Windows color (decimal): -7019410 or 7267476. OLE color: 7267476.
HSL color Cylindrical-coordinate representation of color #94E46E: hue angle of 100.68º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #94E46E is Cyan = 0.35, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 148 | 228 | 110 | - |
| CMYK | 0.35 | 0 | 0.52 | 0.11 |
| HSL | 100.68º | 0.69% | 0.66% | - |
| HSV(B) | 100.68º | 0.52% | 0.89% | - |
| XYZ | 42.77 | 62.91 | 24.64 | - |
| YUV | 190.63 | 82.5 | 97.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 228 | 110 | 0.35 | 0 | 0.52 | 0.11 | 100.68 | 0.69 | 0.66 |
| Hex | 94 | E4 | 6E | 23 | 0 | 34 | B | 65 | 45 | 42 |
| Octal | 224 | 344 | 156 | 43 | 0 | 64 | 13 | 145 | 105 | 102 |
| Binary | 10010100 | 11100100 | 1101110 | 100011 | 0 | 110100 | 1011 | 1100101 | 1000101 | 1000010 |
Color Harmonies of #94E46E
Complementary color
Monochromatic Colors of #94E46E
Black with #94E46E
Text Example
Text Example
White with #94E46E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94E46E; }
p { color: rgb(148,228,110); }
H1.HeaderClassName
{
color: #94E46E;
}
.AnyTagClassName
{
color: #94E46E;
}
</style>
background-color css
<style>
a { background-color: #94E46E; }
a { background-color: rgb(148,228,110); }
div.DivClassName
{
background-color: #94E46E;
}
.BgClassName
{
background-color: #94E46E;
}
</style>
border-color css
<style>
span { border-color: #94E46E; }
span { border-color: rgb(148,228,110); }
td.TdClassName
{
border-color: #94E46E;
}
.TagClassName
{
border-color: #94E46E;
}
</style>