#47BF75

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

Shades of Emerald #47BF75

Tints of Emerald #47BF75

Color information

#47BF75 (or 0x47BF75) is unknown color: approx Emerald. HEX triplet: 47, BF and 75. RGB value is (71,191,117). Sum of RGB (Red+Green+Blue) = 71+191+117=379 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.73% from 379); Green value is 191 (75% from 255 or 50.40% from 379); Blue value is 117 (46.09% from 255 or 30.87% from 379); Max value from RGB is 191 - color contains mainly: green. Hex color #47BF75 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47BF75 is #B8408A. Grayscale: #929292. Windows color (decimal): -12075147 or 7716679. OLE color: 7716679.

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

Color convert

RGB71191117-
CMYK0.6300.390.25
HSL143º48.39%51.37%-
HSV(B)143º62.83%74.9%-
XYZ24.4439.8923.24-
YUV146.68111.2474.02-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.73%
GREEN value IS 191 (75% from 255) = 50.40%
BLUE value IS 117 (46.09% from 255) = 30.87%
R=18.73%
G=50.40%
B=30.87%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal711911170.6300.390.2514348.3951.37
Hex47BF753F027198f3033
Octal10727716577047312176063
Binary100011110111111111010111111101001111100110001111110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47BF75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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