#47D06A

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

Shades of Emerald #47D06A

Tints of Emerald #47D06A

Color information

#47D06A (or 0x47D06A) is unknown color: approx Emerald. HEX triplet: 47, D0 and 6A. RGB value is (71,208,106). Sum of RGB (Red+Green+Blue) = 71+208+106=385 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.44% from 385); Green value is 208 (81.64% from 255 or 54.03% from 385); Blue value is 106 (41.80% from 255 or 27.53% from 385); Max value from RGB is 208 - color contains mainly: green. Hex color #47D06A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47D06A is #B82F95. Grayscale: #9B9B9B. Windows color (decimal): -12070806 or 7000135. OLE color: 7000135.

HSL color Cylindrical-coordinate representation of color #47D06A: hue angle of 135.33º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #47D06A is Cyan = 0.66, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB71208106-
CMYK0.6600.490.18
HSL135.33º59.31%54.71%-
HSV(B)135.33º65.87%81.57%-
XYZ27.7647.4921.34-
YUV155.41100.1167.79-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.44%
GREEN value IS 208 (81.64% from 255) = 54.03%
BLUE value IS 106 (41.80% from 255) = 27.53%
R=18.44%
G=54.03%
B=27.53%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal712081060.6600.490.18135.3359.3154.71
Hex47D06A4203112873b37
Octal107320152102061222077367
Binary1000111110100001101010100001001100011001010000111111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47D06A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,208,106); }

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

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

 a { background-color: rgb(71,208,106); }

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

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

 span { border-color: rgb(71,208,106); }

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