#47BF6B

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

Shades of Emerald #47BF6B

Tints of Emerald #47BF6B

Color information

#47BF6B (or 0x47BF6B) is unknown color: approx Emerald. HEX triplet: 47, BF and 6B. RGB value is (71,191,107). Sum of RGB (Red+Green+Blue) = 71+191+107=369 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.24% from 369); Green value is 191 (75% from 255 or 51.76% from 369); Blue value is 107 (42.19% from 255 or 29.00% from 369); Max value from RGB is 191 - color contains mainly: green. Hex color #47BF6B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47BF6B is #B84094. Grayscale: #919191. Windows color (decimal): -12075157 or 7061319. OLE color: 7061319.

HSL color Cylindrical-coordinate representation of color #47BF6B: hue angle of 138º 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 #47BF6B is Cyan = 0.63, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB71191107-
CMYK0.6300.440.25
HSL138º48.39%51.37%-
HSV(B)138º62.83%74.9%-
XYZ23.8839.6620.31-
YUV145.54106.2474.83-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.24%
GREEN value IS 191 (75% from 255) = 51.76%
BLUE value IS 107 (42.19% from 255) = 29.00%
R=19.24%
G=51.76%
B=29.00%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal711911070.6300.440.2513848.3951.37
Hex47BF6B3F02C198a3033
Octal10727715377054312126063
Binary100011110111111110101111111101011001100110001010110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47BF6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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