#50CA63

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

Shades of Emerald #50CA63

Tints of Emerald #50CA63

Color information

#50CA63 (or 0x50CA63) is unknown color: approx Emerald. HEX triplet: 50, CA and 63. RGB value is (80,202,99). Sum of RGB (Red+Green+Blue) = 80+202+99=381 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.00% from 381); Green value is 202 (79.30% from 255 or 53.02% from 381); Blue value is 99 (39.06% from 255 or 25.98% from 381); Max value from RGB is 202 - color contains mainly: green. Hex color #50CA63 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50CA63 is #AF359C. Grayscale: #9A9A9A. Windows color (decimal): -11482525 or 6539856. OLE color: 6539856.

HSL color Cylindrical-coordinate representation of color #50CA63: hue angle of 129.34º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50CA63 is Cyan = 0.60, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.21.

Color convert

RGB8020299-
CMYK0.6000.510.21
HSL129.34º53.51%55.29%-
HSV(B)129.34º60.4%79.22%-
XYZ26.6844.8519.05-
YUV153.7897.0875.38-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.00%
GREEN value IS 202 (79.30% from 255) = 53.02%
BLUE value IS 99 (39.06% from 255) = 25.98%
R=21.00%
G=53.02%
B=25.98%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal80202990.6000.510.21129.3453.5155.29
Hex50CA633C03315813637
Octal12031214374063252016667
Binary101000011001010110001111110001100111010110000001110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50CA63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,202,99); }

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

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

 a { background-color: rgb(80,202,99); }

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

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

 span { border-color: rgb(80,202,99); }

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