#94E77C

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

Shades of Gossip #94E77C

Tints of Gossip #94E77C

Color information

#94E77C (or 0x94E77C) is unknown color: approx Gossip. HEX triplet: 94, E7 and 7C. RGB value is (148,231,124). Sum of RGB (Red+Green+Blue) = 148+231+124=503 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.42% from 503); Green value is 231 (90.62% from 255 or 45.92% from 503); Blue value is 124 (48.83% from 255 or 24.65% from 503); Max value from RGB is 231 - color contains mainly: green. Hex color #94E77C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94E77C is #6B1883. Grayscale: #C2C2C2. Windows color (decimal): -7018628 or 8185748. OLE color: 8185748.

HSL color Cylindrical-coordinate representation of color #94E77C: hue angle of 106.54º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #94E77C is Cyan = 0.36, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.09.

Color convert

RGB148231124-
CMYK0.3600.460.09
HSL106.54º69.03%69.61%-
HSV(B)106.54º46.32%90.59%-
XYZ44.4364.929.25-
YUV193.9888.595.2-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.42%
GREEN value IS 231 (90.62% from 255) = 45.92%
BLUE value IS 124 (48.83% from 255) = 24.65%
R=29.42%
G=45.92%
B=24.65%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1482311240.3600.460.09106.5469.0369.61
Hex94E77C2402E96b4546
Octal2243471744405611153105106
Binary1001010011100111111110010010001011101001110101110001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94E77C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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