#94DA77

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

Shades of Gossip #94DA77

Tints of Gossip #94DA77

Color information

#94DA77 (or 0x94DA77) is unknown color: approx Gossip. HEX triplet: 94, DA and 77. RGB value is (148,218,119). Sum of RGB (Red+Green+Blue) = 148+218+119=485 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.52% from 485); Green value is 218 (85.55% from 255 or 44.95% from 485); Blue value is 119 (46.88% from 255 or 24.54% from 485); Max value from RGB is 218 - color contains mainly: green. Hex color #94DA77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94DA77 is #6B2588. Grayscale: #BABABA. Windows color (decimal): -7021961 or 7854740. OLE color: 7854740.

HSL color Cylindrical-coordinate representation of color #94DA77: hue angle of 102.42º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #94DA77 is Cyan = 0.32, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB148218119-
CMYK0.3200.450.15
HSL102.42º57.23%66.08%-
HSV(B)102.42º45.41%85.49%-
XYZ40.6157.7726.46-
YUV185.7890.31101.05-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.52%
GREEN value IS 218 (85.55% from 255) = 44.95%
BLUE value IS 119 (46.88% from 255) = 24.54%
R=30.52%
G=44.95%
B=24.54%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1482181190.3200.450.15102.4257.2366.08
Hex94DA772002DF663942
Octal224332167400551714671102
Binary100101001101101011101111000000101101111111001101110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94DA77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,218,119); }

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

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

 a { background-color: rgb(148,218,119); }

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

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

 span { border-color: rgb(148,218,119); }

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