#47D485

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

Shades of Emerald #47D485

Tints of Emerald #47D485

Color information

#47D485 (or 0x47D485) is unknown color: approx Emerald. HEX triplet: 47, D4 and 85. RGB value is (71,212,133). Sum of RGB (Red+Green+Blue) = 71+212+133=416 (55% of max value = 765). Red value is 71 (28.12% from 255 or 17.07% from 416); Green value is 212 (83.20% from 255 or 50.96% from 416); Blue value is 133 (52.34% from 255 or 31.97% from 416); Max value from RGB is 212 - color contains mainly: green. Hex color #47D485 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47D485 is #B82B7A. Grayscale: #A1A1A1. Windows color (decimal): -12069755 or 8770631. OLE color: 8770631.

HSL color Cylindrical-coordinate representation of color #47D485: hue angle of 146.38º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #47D485 is Cyan = 0.67, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.

Color convert

RGB71212133-
CMYK0.6700.370.17
HSL146.38º62.11%55.49%-
HSV(B)146.38º66.51%83.14%-
XYZ30.3850.1230.26-
YUV160.84112.2963.92-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 17.07%
GREEN value IS 212 (83.20% from 255) = 50.96%
BLUE value IS 133 (52.34% from 255) = 31.97%
R=17.07%
G=50.96%
B=31.97%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal712121330.6700.370.17146.3862.1155.49
Hex47D4854302511923e37
Octal107324205103045212227667
Binary10001111101010010000101100001101001011000110010010111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47D485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,212,133); }

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

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

 a { background-color: rgb(71,212,133); }

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

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

 span { border-color: rgb(71,212,133); }

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