Shades of Gossip #94E069
Tints of Gossip #94E069
RGB
CMYK
RGB Variations
Color information
#94E069 (or 0x94E069) is known color: Gossip. HEX triplet: 94, E0 and 69. RGB value is (148,224,105). Sum of RGB (Red+Green+Blue) = 148+224+105=477 (63% of max value = 765). Red value is 148 (58.20% from 255 or 31.03% from 477); Green value is 224 (87.89% from 255 or 46.96% from 477); Blue value is 105 (41.41% from 255 or 22.01% from 477); Max value from RGB is 224 - color contains mainly: green. Hex color #94E069 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94E069 is #6B1F96. Grayscale: #BCBCBC. Windows color (decimal): -7020439 or 6938772. OLE color: 6938772.
HSL color Cylindrical-coordinate representation of color #94E069: hue angle of 98.32º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #94E069 is Cyan = 0.34, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 148 | 224 | 105 | - |
| CMYK | 0.34 | 0 | 0.53 | 0.12 |
| HSL | 98.32º | 0.66% | 0.65% | - |
| HSV(B) | 98.32º | 0.53% | 0.88% | - |
| XYZ | 41.42 | 60.63 | 22.88 | - |
| YUV | 187.71 | 81.32 | 99.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 224 | 105 | 0.34 | 0 | 0.53 | 0.12 | 98.32 | 0.66 | 0.65 |
| Hex | 94 | E0 | 69 | 22 | 0 | 35 | C | 62 | 42 | 41 |
| Octal | 224 | 340 | 151 | 42 | 0 | 65 | 14 | 142 | 102 | 101 |
| Binary | 10010100 | 11100000 | 1101001 | 100010 | 0 | 110101 | 1100 | 1100010 | 1000010 | 1000001 |
Color Harmonies of #94E069
Complementary color
Monochromatic Colors of #94E069
Black with #94E069
Text Example
Text Example
White with #94E069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94E069; }
p { color: rgb(148,224,105); }
H1.HeaderClassName
{
color: #94E069;
}
.AnyTagClassName
{
color: #94E069;
}
</style>
background-color css
<style>
a { background-color: #94E069; }
a { background-color: rgb(148,224,105); }
div.DivClassName
{
background-color: #94E069;
}
.BgClassName
{
background-color: #94E069;
}
</style>
border-color css
<style>
span { border-color: #94E069; }
span { border-color: rgb(148,224,105); }
td.TdClassName
{
border-color: #94E069;
}
.TagClassName
{
border-color: #94E069;
}
</style>