#94D984

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

Shades of Gossip #94D984

Tints of Gossip #94D984

Color information

#94D984 (or 0x94D984) is unknown color: approx Gossip. HEX triplet: 94, D9 and 84. RGB value is (148,217,132). Sum of RGB (Red+Green+Blue) = 148+217+132=497 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.78% from 497); Green value is 217 (85.16% from 255 or 43.66% from 497); Blue value is 132 (51.95% from 255 or 26.56% from 497); Max value from RGB is 217 - color contains mainly: green. Hex color #94D984 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D984 is #6B267B. Grayscale: #BABABA. Windows color (decimal): -7022204 or 8706452. OLE color: 8706452.

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

Color convert

RGB148217132-
CMYK0.3200.390.15
HSL108.71º52.8%68.43%-
HSV(B)108.71º39.17%85.1%-
XYZ41.1957.5930.77-
YUV186.6897.14100.41-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.78%
GREEN value IS 217 (85.16% from 255) = 43.66%
BLUE value IS 132 (51.95% from 255) = 26.56%
R=29.78%
G=43.66%
B=26.56%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1482171320.3200.390.15108.7152.868.43
Hex94D98420027F6d3544
Octal224331204400471715565104
Binary1001010011011001100001001000000100111111111011011101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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