#94E366

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

Shades of Gossip #94E366

Tints of Gossip #94E366

Color information

#94E366 (or 0x94E366) is unknown color: approx Gossip. HEX triplet: 94, E3 and 66. RGB value is (148,227,102). Sum of RGB (Red+Green+Blue) = 148+227+102=477 (63% of max value = 765). Red value is 148 (58.20% from 255 or 31.03% from 477); Green value is 227 (89.06% from 255 or 47.59% from 477); Blue value is 102 (40.23% from 255 or 21.38% from 477); Max value from RGB is 227 - color contains mainly: green. Hex color #94E366 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94E366 is #6B1C99. Grayscale: #BDBDBD. Windows color (decimal): -7019674 or 6742932. OLE color: 6742932.

HSL color Cylindrical-coordinate representation of color #94E366: hue angle of 97.92º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #94E366 is Cyan = 0.35, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.

Color convert

RGB148227102-
CMYK0.3500.550.11
HSL97.92º69.06%64.51%-
HSV(B)97.92º55.07%89.02%-
XYZ42.0862.1922.36-
YUV189.1378.8398.66-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.03%
GREEN value IS 227 (89.06% from 255) = 47.59%
BLUE value IS 102 (40.23% from 255) = 21.38%
R=31.03%
G=47.59%
B=21.38%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1482271020.3500.550.1197.9269.0664.51
Hex94E36623037B624541
Octal2243431464306713142105101
Binary1001010011100011110011010001101101111011110001010001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94E366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,227,102); }

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

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

 a { background-color: rgb(148,227,102); }

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

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

 span { border-color: rgb(148,227,102); }

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