#50D28B

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

Shades of Emerald #50D28B

Tints of Emerald #50D28B

Color information

#50D28B (or 0x50D28B) is unknown color: approx Emerald. HEX triplet: 50, D2 and 8B. RGB value is (80,210,139). Sum of RGB (Red+Green+Blue) = 80+210+139=429 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.65% from 429); Green value is 210 (82.42% from 255 or 48.95% from 429); Blue value is 139 (54.69% from 255 or 32.40% from 429); Max value from RGB is 210 - color contains mainly: green. Hex color #50D28B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50D28B is #AF2D74. Grayscale: #A3A3A3. Windows color (decimal): -11480437 or 9163344. OLE color: 9163344.

HSL color Cylindrical-coordinate representation of color #50D28B: hue angle of 147.23º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50D28B is Cyan = 0.62, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB80210139-
CMYK0.6200.340.18
HSL147.23º59.09%56.86%-
HSV(B)147.23º61.9%82.35%-
XYZ31.0249.6632.38-
YUV163.04114.4368.77-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.65%
GREEN value IS 210 (82.42% from 255) = 48.95%
BLUE value IS 139 (54.69% from 255) = 32.40%
R=18.65%
G=48.95%
B=32.40%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal802101390.6200.340.18147.2359.0956.86
Hex50D28B3E02212933b39
Octal12032221376042222237371
Binary1010000110100101000101111111001000101001010010011111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50D28B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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