#94d47f

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

Shades of Gossip #94D47F

Tints of Gossip #94D47F

Color information

#94D47F (or 0x94D47F) is unknown color: approx Gossip. HEX triplet: 94, D4 and 7F. RGB value is (148,212,127). Sum of RGB (Red+Green+Blue) = 148+212+127=487 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.39% from 487); Green value is 212 (83.20% from 255 or 43.53% from 487); Blue value is 127 (50% from 255 or 26.08% from 487); Max value from RGB is 212 - color contains mainly: green. Hex color #94D47F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94D47F is #6B2B80. Grayscale: #B7B7B7. Windows color (decimal): -7023489 or 8377492. OLE color: 8377492.

HSL color Cylindrical-coordinate representation of color #94D47F: hue angle of 105.18º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #94D47F is Cyan = 0.30, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.17.

Color convert

RGB148212127-
CMYK0.3000.400.17
HSL105.18º49.71%66.47%-
HSV(B)105.18º40.09%83.14%-
XYZ39.5954.9228.59-
YUV183.1796.3102.91-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.39%
GREEN value IS 212 (83.20% from 255) = 43.53%
BLUE value IS 127 (50% from 255) = 26.08%
R=30.39%
G=43.53%
B=26.08%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1482121270.3000.400.17105.1849.7166.47
Hex94D47F1E02811693242
Octal224324177360502115162102
Binary100101001101010011111111111001010001000111010011100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94d47f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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