Html Css Color HEX #47DD80 Emerald

📋 copy color: '#47DD80'

red 71 ◦ green 221 ◦ blue 128

#47DD80
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Emerald #47DD80

Tints of Emerald #47DD80

RGB

 RED value IS 71 (28.13% from 255) = 16.9%

 GREEN value IS 221 (86.72% from 255) = 52.62%

 BLUE value IS 128 (50.39% from 255) = 30.48%

R = 16.9%
G = 52.62%
B = 30.48%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#47DD80 (or 0x47DD80) is known color: Emerald. HEX triplet: 47, DD and 80. RGB value is (71,221,128). Sum of RGB (Red+Green+Blue) = 71+221+128=420 (55% of max value = 765). Red value is 71 (28.12% from 255 or 16.90% from 420); Green value is 221 (86.72% from 255 or 52.62% from 420); Blue value is 128 (50.39% from 255 or 30.48% from 420); Max value from RGB is 221 - color contains mainly: green. Hex color #47DD80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47DD80 is #B8227F. Grayscale: #A5A5A5. Windows color (decimal): -12067456 or 8445255. OLE color: 8445255.

HSL color Cylindrical-coordinate representation of color #47DD80: hue angle of 142.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 #47DD80 is Cyan = 0.68, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB 71 221 128 -
CMYK 0.68 0 0.42 0.13
HSL 142.8º 0.69% 0.57% -
HSV(B) 142.8º 0.68% 0.87% -
XYZ 32.35 54.61 29.26 -
YUV 165.55 106.81 60.56 -
System Red Green Blue C M Y K H S L
Decimal 71 221 128 0.68 0 0.42 0.13 142.8 0.69 0.57
Hex 47 DD 80 44 0 2A D 8F 45 39
Octal 107 335 200 104 0 52 15 217 105 71
Binary 1000111 11011101 10000000 1000100 0 101010 1101 10001111 1000101 111001

Color Harmonies of #47DD80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47DD80

Black with #47DD80

Text Example


Text Example

White with #47DD80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #47DD80;
 }
 .AnyTagClassName
 {
   color: #47DD80;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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