#47DD5D

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

Shades of Emerald #47DD5D

Tints of Emerald #47DD5D

Color information

#47DD5D (or 0x47DD5D) is unknown color: approx Emerald. HEX triplet: 47, DD and 5D. RGB value is (71,221,93). Sum of RGB (Red+Green+Blue) = 71+221+93=385 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.44% from 385); Green value is 221 (86.72% from 255 or 57.40% from 385); Blue value is 93 (36.72% from 255 or 24.16% from 385); Max value from RGB is 221 - color contains mainly: green. Hex color #47DD5D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47DD5D is #B822A2. Grayscale: #A1A1A1. Windows color (decimal): -12067491 or 6151495. OLE color: 6151495.

HSL color Cylindrical-coordinate representation of color #47DD5D: hue angle of 128.8º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47DD5D is Cyan = 0.68, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB7122193-
CMYK0.6800.580.13
HSL128.8º68.81%57.25%-
HSV(B)128.8º67.87%86.67%-
XYZ30.4353.8419.14-
YUV161.5689.363.41-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.44%
GREEN value IS 221 (86.72% from 255) = 57.40%
BLUE value IS 93 (36.72% from 255) = 24.16%
R=18.44%
G=57.40%
B=24.16%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal71221930.6800.580.13128.868.8157.25
Hex47DD5D4403AD814539
Octal1073351351040721520110571
Binary1000111110111011011101100010001110101101100000011000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47DD5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,221,93); }

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

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

 a { background-color: rgb(71,221,93); }

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

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

 span { border-color: rgb(71,221,93); }

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