#94D983

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

Shades of Gossip #94D983

Tints of Gossip #94D983

Color information

#94D983 (or 0x94D983) is unknown color: approx Gossip. HEX triplet: 94, D9 and 83. RGB value is (148,217,131). Sum of RGB (Red+Green+Blue) = 148+217+131=496 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.84% from 496); Green value is 217 (85.16% from 255 or 43.75% from 496); Blue value is 131 (51.56% from 255 or 26.41% from 496); Max value from RGB is 217 - color contains mainly: green. Hex color #94D983 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D983 is #6B267C. Grayscale: #BABABA. Windows color (decimal): -7022205 or 8640916. OLE color: 8640916.

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

Color convert

RGB148217131-
CMYK0.3200.400.15
HSL108.14º53.09%68.24%-
HSV(B)108.14º39.63%85.1%-
XYZ41.1257.5630.42-
YUV186.5696.64100.49-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.84%
GREEN value IS 217 (85.16% from 255) = 43.75%
BLUE value IS 131 (51.56% from 255) = 26.41%
R=29.84%
G=43.75%
B=26.41%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1482171310.3200.400.15108.1453.0968.24
Hex94D98320028F6c3544
Octal224331203400501715465104
Binary1001010011011001100000111000000101000111111011001101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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