Shades of Gossip #94D381
Tints of Gossip #94D381
RGB
CMYK
RGB Variations
Color information
#94D381 (or 0x94D381) is known color: Gossip. HEX triplet: 94, D3 and 81. RGB value is (148,211,129). Sum of RGB (Red+Green+Blue) = 148+211+129=488 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.33% from 488); Green value is 211 (82.81% from 255 or 43.24% from 488); Blue value is 129 (50.78% from 255 or 26.43% from 488); Max value from RGB is 211 - color contains mainly: green. Hex color #94D381 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D381 is #6B2C7E. Grayscale: #B7B7B7. Windows color (decimal): -7023743 or 8508308. OLE color: 8508308.
HSL color Cylindrical-coordinate representation of color #94D381: hue angle of 106.1º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #94D381 is Cyan = 0.30, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 148 | 211 | 129 | - |
| CMYK | 0.30 | 0 | 0.39 | 0.17 |
| HSL | 106.1º | 0.48% | 0.67% | - |
| HSV(B) | 106.1º | 0.39% | 0.83% | - |
| XYZ | 39.47 | 54.47 | 29.2 | - |
| YUV | 182.82 | 97.63 | 103.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 211 | 129 | 0.30 | 0 | 0.39 | 0.17 | 106.1 | 0.48 | 0.67 |
| Hex | 94 | D3 | 81 | 1E | 0 | 27 | 11 | 6A | 30 | 43 |
| Octal | 224 | 323 | 201 | 36 | 0 | 47 | 21 | 152 | 60 | 103 |
| Binary | 10010100 | 11010011 | 10000001 | 11110 | 0 | 100111 | 10001 | 1101010 | 110000 | 1000011 |
Color Harmonies of #94D381
Complementary color
Monochromatic Colors of #94D381
Black with #94D381
Text Example
Text Example
White with #94D381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D381; }
p { color: rgb(148,211,129); }
H1.HeaderClassName
{
color: #94D381;
}
.AnyTagClassName
{
color: #94D381;
}
</style>
background-color css
<style>
a { background-color: #94D381; }
a { background-color: rgb(148,211,129); }
div.DivClassName
{
background-color: #94D381;
}
.BgClassName
{
background-color: #94D381;
}
</style>
border-color css
<style>
span { border-color: #94D381; }
span { border-color: rgb(148,211,129); }
td.TdClassName
{
border-color: #94D381;
}
.TagClassName
{
border-color: #94D381;
}
</style>