#50CA6F

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

Shades of Emerald #50CA6F

Tints of Emerald #50CA6F

Color information

#50CA6F (or 0x50CA6F) is unknown color: approx Emerald. HEX triplet: 50, CA and 6F. RGB value is (80,202,111). Sum of RGB (Red+Green+Blue) = 80+202+111=393 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.36% from 393); Green value is 202 (79.30% from 255 or 51.40% from 393); Blue value is 111 (43.75% from 255 or 28.24% from 393); Max value from RGB is 202 - color contains mainly: green. Hex color #50CA6F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50CA6F is #AF3590. Grayscale: #9B9B9B. Windows color (decimal): -11482513 or 7326288. OLE color: 7326288.

HSL color Cylindrical-coordinate representation of color #50CA6F: hue angle of 135.25º 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 #50CA6F is Cyan = 0.60, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB80202111-
CMYK0.6000.450.21
HSL135.25º53.51%55.29%-
HSV(B)135.25º60.4%79.22%-
XYZ27.345.0922.3-
YUV155.15103.0874.4-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.36%
GREEN value IS 202 (79.30% from 255) = 51.40%
BLUE value IS 111 (43.75% from 255) = 28.24%
R=20.36%
G=51.40%
B=28.24%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal802021110.6000.450.21135.2553.5155.29
Hex50CA6F3C02D15873637
Octal12031215774055252076667
Binary101000011001010110111111110001011011010110000111110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50CA6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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