Html Css Color HEX #47BF80 Emerald

📋 copy color: '#47BF80'

red 71 ◦ green 191 ◦ blue 128

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

Shades of Emerald #47BF80

Tints of Emerald #47BF80

RGB

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

 GREEN value IS 191 (75% from 255) = 48.97%

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

R = 18.21%
G = 48.97%
B = 32.82%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#47BF80 (or 0x47BF80) is known color: Emerald. HEX triplet: 47, BF and 80. RGB value is (71,191,128). Sum of RGB (Red+Green+Blue) = 71+191+128=390 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.21% from 390); Green value is 191 (75% from 255 or 48.97% from 390); Blue value is 128 (50.39% from 255 or 32.82% from 390); Max value from RGB is 191 - color contains mainly: green. Hex color #47BF80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47BF80 is #B8407F. Grayscale: #949494. Windows color (decimal): -12075136 or 8437575. OLE color: 8437575.

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

Color convert

RGB 71 191 128 -
CMYK 0.63 0 0.33 0.25
HSL 148.5º 0.48% 0.51% -
HSV(B) 148.5º 0.63% 0.75% -
XYZ 25.13 40.16 26.85 -
YUV 147.94 116.74 73.12 -
System Red Green Blue C M Y K H S L
Decimal 71 191 128 0.63 0 0.33 0.25 148.5 0.48 0.51
Hex 47 BF 80 3F 0 21 19 94 30 33
Octal 107 277 200 77 0 41 31 224 60 63
Binary 1000111 10111111 10000000 111111 0 100001 11001 10010100 110000 110011

Color Harmonies of #47BF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47BF80

Black with #47BF80

Text Example


Text Example

White with #47BF80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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