Shades of Gossip #94D369
Tints of Gossip #94D369
RGB
CMYK
RGB Variations
Color information
#94D369 (or 0x94D369) is known color: Gossip. HEX triplet: 94, D3 and 69. RGB value is (148,211,105). Sum of RGB (Red+Green+Blue) = 148+211+105=464 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.90% from 464); Green value is 211 (82.81% from 255 or 45.47% from 464); Blue value is 105 (41.41% from 255 or 22.63% from 464); Max value from RGB is 211 - color contains mainly: green. Hex color #94D369 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94D369 is #6B2C96. Grayscale: #B4B4B4. Windows color (decimal): -7023767 or 6935444. OLE color: 6935444.
HSL color Cylindrical-coordinate representation of color #94D369: hue angle of 95.66º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #94D369 is Cyan = 0.30, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 148 | 211 | 105 | - |
| CMYK | 0.30 | 0 | 0.50 | 0.17 |
| HSL | 95.66º | 0.55% | 0.62% | - |
| HSV(B) | 95.66º | 0.5% | 0.83% | - |
| XYZ | 38.06 | 53.9 | 21.76 | - |
| YUV | 180.08 | 85.63 | 105.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 211 | 105 | 0.30 | 0 | 0.50 | 0.17 | 95.66 | 0.55 | 0.62 |
| Hex | 94 | D3 | 69 | 1E | 0 | 32 | 11 | 60 | 37 | 3E |
| Octal | 224 | 323 | 151 | 36 | 0 | 62 | 21 | 140 | 67 | 76 |
| Binary | 10010100 | 11010011 | 1101001 | 11110 | 0 | 110010 | 10001 | 1100000 | 110111 | 111110 |
Color Harmonies of #94D369
Complementary color
Monochromatic Colors of #94D369
Black with #94D369
Text Example
Text Example
White with #94D369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D369; }
p { color: rgb(148,211,105); }
H1.HeaderClassName
{
color: #94D369;
}
.AnyTagClassName
{
color: #94D369;
}
</style>
background-color css
<style>
a { background-color: #94D369; }
a { background-color: rgb(148,211,105); }
div.DivClassName
{
background-color: #94D369;
}
.BgClassName
{
background-color: #94D369;
}
</style>
border-color css
<style>
span { border-color: #94D369; }
span { border-color: rgb(148,211,105); }
td.TdClassName
{
border-color: #94D369;
}
.TagClassName
{
border-color: #94D369;
}
</style>