#50D58B

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

Shades of Emerald #50D58B

Tints of Emerald #50D58B

Color information

#50D58B (or 0x50D58B) is unknown color: approx Emerald. HEX triplet: 50, D5 and 8B. RGB value is (80,213,139). Sum of RGB (Red+Green+Blue) = 80+213+139=432 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.52% from 432); Green value is 213 (83.59% from 255 or 49.31% from 432); Blue value is 139 (54.69% from 255 or 32.18% from 432); Max value from RGB is 213 - color contains mainly: green. Hex color #50D58B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50D58B is #AF2A74. Grayscale: #A4A4A4. Windows color (decimal): -11479669 or 9164112. OLE color: 9164112.

HSL color Cylindrical-coordinate representation of color #50D58B: hue angle of 146.62º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50D58B is Cyan = 0.62, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB80213139-
CMYK0.6200.350.16
HSL146.62º61.29%57.45%-
HSV(B)146.62º62.44%83.53%-
XYZ31.7651.1632.63-
YUV164.8113.4467.52-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.52%
GREEN value IS 213 (83.59% from 255) = 49.31%
BLUE value IS 139 (54.69% from 255) = 32.18%
R=18.52%
G=49.31%
B=32.18%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal802131390.6200.350.16146.6261.2957.45
Hex50D58B3E02310933d39
Octal12032521376043202237571
Binary1010000110101011000101111111001000111000010010011111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50D58B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,213,139); }

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

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

 a { background-color: rgb(80,213,139); }

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

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

 span { border-color: rgb(80,213,139); }

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