#50ce60

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

Shades of Emerald #50CE60

Tints of Emerald #50CE60

Color information

#50CE60 (or 0x50CE60) is unknown color: approx Emerald. HEX triplet: 50, CE and 60. RGB value is (80,206,96). Sum of RGB (Red+Green+Blue) = 80+206+96=382 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.94% from 382); Green value is 206 (80.86% from 255 or 53.93% from 382); Blue value is 96 (37.89% from 255 or 25.13% from 382); Max value from RGB is 206 - color contains mainly: green. Hex color #50CE60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50CE60 is #AF319F. Grayscale: #9C9C9C. Windows color (decimal): -11481504 or 6344272. OLE color: 6344272.

HSL color Cylindrical-coordinate representation of color #50CE60: hue angle of 127.62º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50CE60 is Cyan = 0.61, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.19.

Color convert

RGB8020696-
CMYK0.6100.530.19
HSL127.62º56.25%56.08%-
HSV(B)127.62º61.17%80.78%-
XYZ27.4946.6918.63-
YUV155.7994.2673.94-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.94%
GREEN value IS 206 (80.86% from 255) = 53.93%
BLUE value IS 96 (37.89% from 255) = 25.13%
R=20.94%
G=53.93%
B=25.13%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal80206960.6100.530.19127.6256.2556.08
Hex50CE603D03513803838
Octal12031614075065232007070
Binary101000011001110110000011110101101011001110000000111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50ce60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,206,96); }

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

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

 a { background-color: rgb(80,206,96); }

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

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

 span { border-color: rgb(80,206,96); }

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