#50CB6E

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

Shades of Emerald #50CB6E

Tints of Emerald #50CB6E

Color information

#50CB6E (or 0x50CB6E) is unknown color: approx Emerald. HEX triplet: 50, CB and 6E. RGB value is (80,203,110). Sum of RGB (Red+Green+Blue) = 80+203+110=393 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.36% from 393); Green value is 203 (79.69% from 255 or 51.65% from 393); Blue value is 110 (43.36% from 255 or 27.99% from 393); Max value from RGB is 203 - color contains mainly: green. Hex color #50CB6E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50CB6E is #AF3491. Grayscale: #9B9B9B. Windows color (decimal): -11482258 or 7261008. OLE color: 7261008.

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

Color convert

RGB80203110-
CMYK0.6100.460.20
HSL134.63º54.19%55.49%-
HSV(B)134.63º60.59%79.61%-
XYZ27.4845.5422.09-
YUV155.62102.2574.06-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.36%
GREEN value IS 203 (79.69% from 255) = 51.65%
BLUE value IS 110 (43.36% from 255) = 27.99%
R=20.36%
G=51.65%
B=27.99%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal802031100.6100.460.20134.6354.1955.49
Hex50CB6E3D02E14873637
Octal12031315675056242076667
Binary101000011001011110111011110101011101010010000111110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50CB6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,203,110); }

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

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

 a { background-color: rgb(80,203,110); }

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

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

 span { border-color: rgb(80,203,110); }

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