#94E56C

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

Shades of Gossip #94E56C

Tints of Gossip #94E56C

Color information

#94E56C (or 0x94E56C) is unknown color: approx Gossip. HEX triplet: 94, E5 and 6C. RGB value is (148,229,108). Sum of RGB (Red+Green+Blue) = 148+229+108=485 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.52% from 485); Green value is 229 (89.84% from 255 or 47.22% from 485); Blue value is 108 (42.58% from 255 or 22.27% from 485); Max value from RGB is 229 - color contains mainly: green. Hex color #94E56C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94E56C is #6B1A93. Grayscale: #BFBFBF. Windows color (decimal): -7019156 or 7136660. OLE color: 7136660.

HSL color Cylindrical-coordinate representation of color #94E56C: hue angle of 100.17º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #94E56C is Cyan = 0.35, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.10.

Color convert

RGB148229108-
CMYK0.3500.530.10
HSL100.17º69.94%66.08%-
HSV(B)100.17º52.84%89.8%-
XYZ42.9463.4224.16-
YUV190.9981.1697.34-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.52%
GREEN value IS 229 (89.84% from 255) = 47.22%
BLUE value IS 108 (42.58% from 255) = 22.27%
R=30.52%
G=47.22%
B=22.27%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1482291080.3500.530.10100.1769.9466.08
Hex94E56C23035A644642
Octal2243451544306512144106102
Binary1001010011100101110110010001101101011010110010010001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94E56C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,229,108); }

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

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

 a { background-color: rgb(148,229,108); }

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

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

 span { border-color: rgb(148,229,108); }

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