#50C36B

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

Shades of Emerald #50C36B

Tints of Emerald #50C36B

Color information

#50C36B (or 0x50C36B) is unknown color: approx Emerald. HEX triplet: 50, C3 and 6B. RGB value is (80,195,107). Sum of RGB (Red+Green+Blue) = 80+195+107=382 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.94% from 382); Green value is 195 (76.56% from 255 or 51.05% from 382); Blue value is 107 (42.19% from 255 or 28.01% from 382); Max value from RGB is 195 - color contains mainly: green. Hex color #50C36B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50C36B is #AF3C94. Grayscale: #969696. Windows color (decimal): -11484309 or 7062352. OLE color: 7062352.

HSL color Cylindrical-coordinate representation of color #50C36B: hue angle of 134.09º degrees, saturation: 0.49, 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 #50C36B is Cyan = 0.59, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.

Color convert

RGB80195107-
CMYK0.5900.450.24
HSL134.09º48.94%53.92%-
HSV(B)134.09º58.97%76.47%-
XYZ25.4841.820.63-
YUV150.58103.477.66-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.94%
GREEN value IS 195 (76.56% from 255) = 51.05%
BLUE value IS 107 (42.19% from 255) = 28.01%
R=20.94%
G=51.05%
B=28.01%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal801951070.5900.450.24134.0948.9453.92
Hex50C36B3B02D18863136
Octal12030315373055302066166
Binary101000011000011110101111101101011011100010000110110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C36B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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