#50D784

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

Shades of Emerald #50D784

Tints of Emerald #50D784

Color information

#50D784 (or 0x50D784) is unknown color: approx Emerald. HEX triplet: 50, D7 and 84. RGB value is (80,215,132). Sum of RGB (Red+Green+Blue) = 80+215+132=427 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.74% from 427); Green value is 215 (84.38% from 255 or 50.35% from 427); Blue value is 132 (51.95% from 255 or 30.91% from 427); Max value from RGB is 215 - color contains mainly: green. Hex color #50D784 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50D784 is #AF287B. Grayscale: #A5A5A5. Windows color (decimal): -11479164 or 8705872. OLE color: 8705872.

HSL color Cylindrical-coordinate representation of color #50D784: hue angle of 143.11º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50D784 is Cyan = 0.63, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB80215132-
CMYK0.6300.390.16
HSL143.11º62.79%57.84%-
HSV(B)143.11º62.79%84.31%-
XYZ31.7751.9730.19-
YUV165.17109.2767.25-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.74%
GREEN value IS 215 (84.38% from 255) = 50.35%
BLUE value IS 132 (51.95% from 255) = 30.91%
R=18.74%
G=50.35%
B=30.91%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal802151320.6300.390.16143.1162.7957.84
Hex50D7843F027108f3f3a
Octal12032720477047202177772
Binary1010000110101111000010011111101001111000010001111111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50D784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50D784; }

 p { color: rgb(80,215,132); }

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

<style>
 a { background-color: #50D784; }

 a { background-color: rgb(80,215,132); }

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

<style>
 span { border-color: #50D784; }

 span { border-color: rgb(80,215,132); }

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