#50C17D

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

Shades of Emerald #50C17D

Tints of Emerald #50C17D

Color information

#50C17D (or 0x50C17D) is unknown color: approx Emerald. HEX triplet: 50, C1 and 7D. RGB value is (80,193,125). Sum of RGB (Red+Green+Blue) = 80+193+125=398 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.10% from 398); Green value is 193 (75.78% from 255 or 48.49% from 398); Blue value is 125 (49.22% from 255 or 31.41% from 398); Max value from RGB is 193 - color contains mainly: green. Hex color #50C17D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50C17D is #AF3E82. Grayscale: #979797. Windows color (decimal): -11484803 or 8241488. OLE color: 8241488.

HSL color Cylindrical-coordinate representation of color #50C17D: hue angle of 143.89º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #50C17D is Cyan = 0.59, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB80193125-
CMYK0.5900.350.24
HSL143.89º47.68%53.53%-
HSV(B)143.89º58.55%75.69%-
XYZ26.0841.3326-
YUV151.46113.0677.03-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.10%
GREEN value IS 193 (75.78% from 255) = 48.49%
BLUE value IS 125 (49.22% from 255) = 31.41%
R=20.10%
G=48.49%
B=31.41%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal801931250.5900.350.24143.8947.6853.53
Hex50C17D3B02318903036
Octal12030117573043302206066
Binary101000011000001111110111101101000111100010010000110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C17D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,193,125); }

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

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

 a { background-color: rgb(80,193,125); }

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

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

 span { border-color: rgb(80,193,125); }

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