#94D77C

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

Shades of Gossip #94D77C

Tints of Gossip #94D77C

Color information

#94D77C (or 0x94D77C) is unknown color: approx Gossip. HEX triplet: 94, D7 and 7C. RGB value is (148,215,124). Sum of RGB (Red+Green+Blue) = 148+215+124=487 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.39% from 487); Green value is 215 (84.38% from 255 or 44.15% from 487); Blue value is 124 (48.83% from 255 or 25.46% from 487); Max value from RGB is 215 - color contains mainly: green. Hex color #94D77C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94D77C is #6B2883. Grayscale: #B8B8B8. Windows color (decimal): -7022724 or 8181652. OLE color: 8181652.

HSL color Cylindrical-coordinate representation of color #94D77C: hue angle of 104.18º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #94D77C is Cyan = 0.31, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB148215124-
CMYK0.3100.420.16
HSL104.18º53.22%66.47%-
HSV(B)104.18º42.33%84.31%-
XYZ40.1556.3527.83-
YUV184.5993.8101.9-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.39%
GREEN value IS 215 (84.38% from 255) = 44.15%
BLUE value IS 124 (48.83% from 255) = 25.46%
R=30.39%
G=44.15%
B=25.46%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1482151240.3100.420.16104.1853.2266.47
Hex94D77C1F02A10683542
Octal224327174370522015065102
Binary100101001101011111111001111101010101000011010001101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D77C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,215,124); }

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

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

 a { background-color: rgb(148,215,124); }

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

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

 span { border-color: rgb(148,215,124); }

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