Shades of Gossip #94D669
Tints of Gossip #94D669
RGB
CMYK
RGB Variations
Color information
#94D669 (or 0x94D669) is known color: Gossip. HEX triplet: 94, D6 and 69. RGB value is (148,214,105). Sum of RGB (Red+Green+Blue) = 148+214+105=467 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.69% from 467); Green value is 214 (83.98% from 255 or 45.82% from 467); Blue value is 105 (41.41% from 255 or 22.48% from 467); Max value from RGB is 214 - color contains mainly: green. Hex color #94D669 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94D669 is #6B2996. Grayscale: #B6B6B6. Windows color (decimal): -7022999 or 6936212. OLE color: 6936212.
HSL color Cylindrical-coordinate representation of color #94D669: hue angle of 96.33º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #94D669 is Cyan = 0.31, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 148 | 214 | 105 | - |
| CMYK | 0.31 | 0 | 0.51 | 0.16 |
| HSL | 96.33º | 0.57% | 0.63% | - |
| HSV(B) | 96.33º | 0.51% | 0.84% | - |
| XYZ | 38.81 | 55.41 | 22.01 | - |
| YUV | 181.84 | 84.63 | 103.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 214 | 105 | 0.31 | 0 | 0.51 | 0.16 | 96.33 | 0.57 | 0.63 |
| Hex | 94 | D6 | 69 | 1F | 0 | 33 | 10 | 60 | 39 | 3F |
| Octal | 224 | 326 | 151 | 37 | 0 | 63 | 20 | 140 | 71 | 77 |
| Binary | 10010100 | 11010110 | 1101001 | 11111 | 0 | 110011 | 10000 | 1100000 | 111001 | 111111 |
Color Harmonies of #94D669
Complementary color
Monochromatic Colors of #94D669
Black with #94D669
Text Example
Text Example
White with #94D669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D669; }
p { color: rgb(148,214,105); }
H1.HeaderClassName
{
color: #94D669;
}
.AnyTagClassName
{
color: #94D669;
}
</style>
background-color css
<style>
a { background-color: #94D669; }
a { background-color: rgb(148,214,105); }
div.DivClassName
{
background-color: #94D669;
}
.BgClassName
{
background-color: #94D669;
}
</style>
border-color css
<style>
span { border-color: #94D669; }
span { border-color: rgb(148,214,105); }
td.TdClassName
{
border-color: #94D669;
}
.TagClassName
{
border-color: #94D669;
}
</style>