#94EC75

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

Shades of Gossip #94EC75

Tints of Gossip #94EC75

Color information

#94EC75 (or 0x94EC75) is unknown color: approx Gossip. HEX triplet: 94, EC and 75. RGB value is (148,236,117). Sum of RGB (Red+Green+Blue) = 148+236+117=501 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.54% from 501); Green value is 236 (92.58% from 255 or 47.11% from 501); Blue value is 117 (46.09% from 255 or 23.35% from 501); Max value from RGB is 236 - color contains mainly: green. Hex color #94EC75 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94EC75 is #6B138A. Grayscale: #C4C4C4. Windows color (decimal): -7017355 or 7728276. OLE color: 7728276.

HSL color Cylindrical-coordinate representation of color #94EC75: hue angle of 104.37º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #94EC75 is Cyan = 0.37, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB148236117-
CMYK0.3700.500.07
HSL104.37º75.8%69.22%-
HSV(B)104.37º50.42%92.55%-
XYZ45.4267.5727.48-
YUV196.1283.3593.68-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.54%
GREEN value IS 236 (92.58% from 255) = 47.11%
BLUE value IS 117 (46.09% from 255) = 23.35%
R=29.54%
G=47.11%
B=23.35%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1482361170.3700.500.07104.3775.869.22
Hex94EC75250327684c45
Octal224354165450627150114105
Binary100101001110110011101011001010110010111110100010011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94EC75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,236,117); }

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

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

 a { background-color: rgb(148,236,117); }

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

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

 span { border-color: rgb(148,236,117); }

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