#94D777

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

Shades of Gossip #94D777

Tints of Gossip #94D777

Color information

#94D777 (or 0x94D777) is unknown color: approx Gossip. HEX triplet: 94, D7 and 77. RGB value is (148,215,119). Sum of RGB (Red+Green+Blue) = 148+215+119=482 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.71% from 482); Green value is 215 (84.38% from 255 or 44.61% from 482); Blue value is 119 (46.88% from 255 or 24.69% from 482); Max value from RGB is 215 - color contains mainly: green. Hex color #94D777 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94D777 is #6B2888. Grayscale: #B8B8B8. Windows color (decimal): -7022729 or 7853972. OLE color: 7853972.

HSL color Cylindrical-coordinate representation of color #94D777: hue angle of 101.88º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #94D777 is Cyan = 0.31, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB148215119-
CMYK0.3100.450.16
HSL101.88º54.55%65.49%-
HSV(B)101.88º44.65%84.31%-
XYZ39.8456.2326.21-
YUV184.0291.3102.31-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.71%
GREEN value IS 215 (84.38% from 255) = 44.61%
BLUE value IS 119 (46.88% from 255) = 24.69%
R=30.71%
G=44.61%
B=24.69%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1482151190.3100.450.16101.8854.5565.49
Hex94D7771F02D10663741
Octal224327167370552014667101
Binary100101001101011111101111111101011011000011001101101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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