Shades of Gossip #94D969
Tints of Gossip #94D969
RGB
CMYK
RGB Variations
Color information
#94D969 (or 0x94D969) is known color: Gossip. HEX triplet: 94, D9 and 69. RGB value is (148,217,105). Sum of RGB (Red+Green+Blue) = 148+217+105=470 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.49% from 470); Green value is 217 (85.16% from 255 or 46.17% from 470); Blue value is 105 (41.41% from 255 or 22.34% from 470); Max value from RGB is 217 - color contains mainly: green. Hex color #94D969 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94D969 is #6B2696. Grayscale: #B7B7B7. Windows color (decimal): -7022231 or 6936980. OLE color: 6936980.
HSL color Cylindrical-coordinate representation of color #94D969: hue angle of 96.96º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #94D969 is Cyan = 0.32, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 148 | 217 | 105 | - |
| CMYK | 0.32 | 0 | 0.52 | 0.15 |
| HSL | 96.96º | 0.6% | 0.63% | - |
| HSV(B) | 96.96º | 0.52% | 0.85% | - |
| XYZ | 39.58 | 56.94 | 22.27 | - |
| YUV | 183.6 | 83.64 | 102.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 217 | 105 | 0.32 | 0 | 0.52 | 0.15 | 96.96 | 0.6 | 0.63 |
| Hex | 94 | D9 | 69 | 20 | 0 | 34 | F | 61 | 3C | 3F |
| Octal | 224 | 331 | 151 | 40 | 0 | 64 | 17 | 141 | 74 | 77 |
| Binary | 10010100 | 11011001 | 1101001 | 100000 | 0 | 110100 | 1111 | 1100001 | 111100 | 111111 |
Color Harmonies of #94D969
Complementary color
Monochromatic Colors of #94D969
Black with #94D969
Text Example
Text Example
White with #94D969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D969; }
p { color: rgb(148,217,105); }
H1.HeaderClassName
{
color: #94D969;
}
.AnyTagClassName
{
color: #94D969;
}
</style>
background-color css
<style>
a { background-color: #94D969; }
a { background-color: rgb(148,217,105); }
div.DivClassName
{
background-color: #94D969;
}
.BgClassName
{
background-color: #94D969;
}
</style>
border-color css
<style>
span { border-color: #94D969; }
span { border-color: rgb(148,217,105); }
td.TdClassName
{
border-color: #94D969;
}
.TagClassName
{
border-color: #94D969;
}
</style>