#94D980

Color #94D980 Gossip (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossip #94D980

Tints of Gossip #94D980

Color information

#94D980 (or 0x94D980) is unknown color: approx Gossip. HEX triplet: 94, D9 and 80. RGB value is (148,217,128). Sum of RGB (Red+Green+Blue) = 148+217+128=493 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.02% from 493); Green value is 217 (85.16% from 255 or 44.02% from 493); Blue value is 128 (50.39% from 255 or 25.96% from 493); Max value from RGB is 217 - color contains mainly: green. Hex color #94D980 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D980 is #6B267F. Grayscale: #BABABA. Windows color (decimal): -7022208 or 8444308. OLE color: 8444308.

HSL color Cylindrical-coordinate representation of color #94D980: hue angle of 106.52º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #94D980 is Cyan = 0.32, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB148217128-
CMYK0.3200.410.15
HSL106.52º53.94%67.65%-
HSV(B)106.52º41.01%85.1%-
XYZ40.9257.4829.36-
YUV186.2295.14100.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 148 (58.20% from 255) = 30.02%
GREEN value IS 217 (85.16% from 255) = 44.02%
BLUE value IS 128 (50.39% from 255) = 25.96%
R=30.02%
G=44.02%
B=25.96%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1482171280.3200.410.15106.5253.9467.65
Hex94D98020029F6b3644
Octal224331200400511715366104
Binary1001010011011001100000001000000101001111111010111101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94D980; }

 p { color: rgb(148,217,128); }

 H1.HeaderClassName
 {
   color: #94D980;
 }
 .AnyTagClassName
 {
   color: #94D980;
 }
</style>
background-color css

<style>
 a { background-color: #94D980; }

 a { background-color: rgb(148,217,128); }

 div.DivClassName
 {
   background-color: #94D980;
 }
 .BgClassName
 {
   background-color: #94D980;
 }
</style>
border-color css

<style>
 span { border-color: #94D980; }

 span { border-color: rgb(148,217,128); }

 td.TdClassName
 {
   border-color: #94D980;
 }
 .TagClassName
 {
   border-color: #94D980;
 }
</style>