#47C85F

Color #47C85F Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #47C85F

Tints of Emerald #47C85F

Color information

#47C85F (or 0x47C85F) is unknown color: approx Emerald. HEX triplet: 47, C8 and 5F. RGB value is (71,200,95). Sum of RGB (Red+Green+Blue) = 71+200+95=366 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.40% from 366); Green value is 200 (78.52% from 255 or 54.64% from 366); Blue value is 95 (37.5% from 255 or 25.96% from 366); Max value from RGB is 200 - color contains mainly: green. Hex color #47C85F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47C85F is #B837A0. Grayscale: #959595. Windows color (decimal): -12072865 or 6277191. OLE color: 6277191.

HSL color Cylindrical-coordinate representation of color #47C85F: hue angle of 131.16º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #47C85F is Cyan = 0.64, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB7120095-
CMYK0.6400.520.22
HSL131.16º53.97%53.14%-
HSV(B)131.16º64.5%78.43%-
XYZ25.3243.4717.88-
YUV149.4697.2672.04-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.40%
GREEN value IS 200 (78.52% from 255) = 54.64%
BLUE value IS 95 (37.5% from 255) = 25.96%
R=19.40%
G=54.64%
B=25.96%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal71200950.6400.520.22131.1653.9753.14
Hex47C85F4003416833635
Octal107310137100064262036665
Binary1000111110010001011111100000001101001011010000011110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47C85F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47C85F; }

 p { color: rgb(71,200,95); }

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

<style>
 a { background-color: #47C85F; }

 a { background-color: rgb(71,200,95); }

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

<style>
 span { border-color: #47C85F; }

 span { border-color: rgb(71,200,95); }

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