#50D26B

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

Shades of Emerald #50D26B

Tints of Emerald #50D26B

Color information

#50D26B (or 0x50D26B) is unknown color: approx Emerald. HEX triplet: 50, D2 and 6B. RGB value is (80,210,107). Sum of RGB (Red+Green+Blue) = 80+210+107=397 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.15% from 397); Green value is 210 (82.42% from 255 or 52.90% from 397); Blue value is 107 (42.19% from 255 or 26.95% from 397); Max value from RGB is 210 - color contains mainly: green. Hex color #50D26B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D26B is #AF2D94. Grayscale: #9F9F9F. Windows color (decimal): -11480469 or 7066192. OLE color: 7066192.

HSL color Cylindrical-coordinate representation of color #50D26B: hue angle of 132.46º 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 #50D26B is Cyan = 0.62, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB80210107-
CMYK0.6200.490.18
HSL132.46º59.09%56.86%-
HSV(B)132.46º61.9%82.35%-
XYZ29.0148.8621.81-
YUV159.3998.4371.38-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.15%
GREEN value IS 210 (82.42% from 255) = 52.90%
BLUE value IS 107 (42.19% from 255) = 26.95%
R=20.15%
G=52.90%
B=26.95%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal802101070.6200.490.18132.4659.0956.86
Hex50D26B3E03112843b39
Octal12032215376061222047371
Binary101000011010010110101111111001100011001010000100111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50D26B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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