#94D97F

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

Shades of Gossip #94D97F

Tints of Gossip #94D97F

Color information

#94D97F (or 0x94D97F) is unknown color: approx Gossip. HEX triplet: 94, D9 and 7F. RGB value is (148,217,127). Sum of RGB (Red+Green+Blue) = 148+217+127=492 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.08% from 492); Green value is 217 (85.16% from 255 or 44.11% from 492); Blue value is 127 (50% from 255 or 25.81% from 492); Max value from RGB is 217 - color contains mainly: green. Hex color #94D97F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94D97F is #6B2680. Grayscale: #BABABA. Windows color (decimal): -7022209 or 8378772. OLE color: 8378772.

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

Color convert

RGB148217127-
CMYK0.3200.410.15
HSL106º54.22%67.45%-
HSV(B)106º41.47%85.1%-
XYZ40.8657.4529.02-
YUV186.1194.64100.82-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.08%
GREEN value IS 217 (85.16% from 255) = 44.11%
BLUE value IS 127 (50% from 255) = 25.81%
R=30.08%
G=44.11%
B=25.81%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1482171270.3200.410.1510654.2267.45
Hex94D97F20029F6a3643
Octal224331177400511715266103
Binary100101001101100111111111000000101001111111010101101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D97F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,217,127); }

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

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

 a { background-color: rgb(148,217,127); }

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

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

 span { border-color: rgb(148,217,127); }

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