#47BF5E

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

Shades of Emerald #47BF5E

Tints of Emerald #47BF5E

Color information

#47BF5E (or 0x47BF5E) is unknown color: approx Emerald. HEX triplet: 47, BF and 5E. RGB value is (71,191,94). Sum of RGB (Red+Green+Blue) = 71+191+94=356 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.94% from 356); Green value is 191 (75% from 255 or 53.65% from 356); Blue value is 94 (37.11% from 255 or 26.40% from 356); Max value from RGB is 191 - color contains mainly: green. Hex color #47BF5E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47BF5E is #B840A1. Grayscale: #909090. Windows color (decimal): -12075170 or 6209351. OLE color: 6209351.

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

Color convert

RGB7119194-
CMYK0.6300.510.25
HSL131.5º48.39%51.37%-
HSV(B)131.5º62.83%74.9%-
XYZ23.2539.4116.97-
YUV144.0699.7475.89-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.94%
GREEN value IS 191 (75% from 255) = 53.65%
BLUE value IS 94 (37.11% from 255) = 26.40%
R=19.94%
G=53.65%
B=26.40%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal71191940.6300.510.25131.548.3951.37
Hex47BF5E3F03319843033
Octal10727713677063312046063
Binary100011110111111101111011111101100111100110000100110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47BF5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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