Html Css Color HEX #47C070 Emerald

📋 copy color: '#47C070'

red 71 ◦ green 192 ◦ blue 112

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

Shades of Emerald #47C070

Tints of Emerald #47C070

RGB

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

 GREEN value IS 192 (75.39% from 255) = 51.2%

 BLUE value IS 112 (44.14% from 255) = 29.87%

R = 18.93%
G = 51.2%
B = 29.87%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#47C070 (or 0x47C070) is known color: Emerald. HEX triplet: 47, C0 and 70. RGB value is (71,192,112). Sum of RGB (Red+Green+Blue) = 71+192+112=375 (49% of max value = 765). Red value is 71 (28.12% from 255 or 18.93% from 375); Green value is 192 (75.39% from 255 or 51.2% from 375); Blue value is 112 (44.14% from 255 or 29.87% from 375); Max value from RGB is 192 - color contains mainly: green. Hex color #47C070 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47C070 is #B83F8F. Grayscale: #929292. Windows color (decimal): -12074896 or 7389255. OLE color: 7389255.

HSL color Cylindrical-coordinate representation of color #47C070: hue angle of 140.33º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #47C070 is Cyan = 0.63, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB 71 192 112 -
CMYK 0.63 0 0.42 0.25
HSL 140.33º 0.49% 0.52% -
HSV(B) 140.33º 0.63% 0.75% -
XYZ 24.37 40.21 21.81 -
YUV 146.7 108.41 74 -
System Red Green Blue C M Y K H S L
Decimal 71 192 112 0.63 0 0.42 0.25 140.33 0.49 0.52
Hex 47 C0 70 3F 0 2A 19 8C 31 34
Octal 107 300 160 77 0 52 31 214 61 64
Binary 1000111 11000000 1110000 111111 0 101010 11001 10001100 110001 110100

Color Harmonies of #47C070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47C070

Black with #47C070

Text Example


Text Example

White with #47C070

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,192,112); }

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

background-color css

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

 a { background-color: rgb(71,192,112); }

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

border-color css

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

 span { border-color: rgb(71,192,112); }

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