#50CC6D

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

Shades of Emerald #50CC6D

Tints of Emerald #50CC6D

Color information

#50CC6D (or 0x50CC6D) is unknown color: approx Emerald. HEX triplet: 50, CC and 6D. RGB value is (80,204,109). Sum of RGB (Red+Green+Blue) = 80+204+109=393 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.36% from 393); Green value is 204 (80.08% from 255 or 51.91% from 393); Blue value is 109 (42.97% from 255 or 27.74% from 393); Max value from RGB is 204 - color contains mainly: green. Hex color #50CC6D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50CC6D is #AF3392. Grayscale: #9C9C9C. Windows color (decimal): -11482003 or 7195728. OLE color: 7195728.

HSL color Cylindrical-coordinate representation of color #50CC6D: hue angle of 134.03º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50CC6D is Cyan = 0.61, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.2.

Color convert

RGB80204109-
CMYK0.6100.470.2
HSL134.03º54.87%55.69%-
HSV(B)134.03º60.78%80%-
XYZ27.664621.89-
YUV156.09101.4273.72-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.36%
GREEN value IS 204 (80.08% from 255) = 51.91%
BLUE value IS 109 (42.97% from 255) = 27.74%
R=20.36%
G=51.91%
B=27.74%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal802041090.6100.470.2134.0354.8755.69
Hex50CC6D3D02F14863738
Octal12031415575057242066770
Binary101000011001100110110111110101011111010010000110110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50CC6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,204,109); }

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

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

 a { background-color: rgb(80,204,109); }

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

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

 span { border-color: rgb(80,204,109); }

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