#50C985

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

Shades of Emerald #50C985

Tints of Emerald #50C985

Color information

#50C985 (or 0x50C985) is unknown color: approx Emerald. HEX triplet: 50, C9 and 85. RGB value is (80,201,133). Sum of RGB (Red+Green+Blue) = 80+201+133=414 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.32% from 414); Green value is 201 (78.91% from 255 or 48.55% from 414); Blue value is 133 (52.34% from 255 or 32.13% from 414); Max value from RGB is 201 - color contains mainly: green. Hex color #50C985 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50C985 is #AF367A. Grayscale: #9D9D9D. Windows color (decimal): -11482747 or 8767824. OLE color: 8767824.

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

Color convert

RGB80201133-
CMYK0.6000.340.21
HSL146.28º52.84%55.1%-
HSV(B)146.28º60.2%78.82%-
XYZ28.4345.1729.41-
YUV157.07114.4173.03-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.32%
GREEN value IS 201 (78.91% from 255) = 48.55%
BLUE value IS 133 (52.34% from 255) = 32.13%
R=19.32%
G=48.55%
B=32.13%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal802011330.6000.340.21146.2852.8455.1
Hex50C9853C02215923537
Octal12031120574042252226567
Binary1010000110010011000010111110001000101010110010010110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,201,133); }

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

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

 a { background-color: rgb(80,201,133); }

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

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

 span { border-color: rgb(80,201,133); }

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