#50C565

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

Shades of Emerald #50C565

Tints of Emerald #50C565

Color information

#50C565 (or 0x50C565) is unknown color: approx Emerald. HEX triplet: 50, C5 and 65. RGB value is (80,197,101). Sum of RGB (Red+Green+Blue) = 80+197+101=378 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.16% from 378); Green value is 197 (77.34% from 255 or 52.12% from 378); Blue value is 101 (39.84% from 255 or 26.72% from 378); Max value from RGB is 197 - color contains mainly: green. Hex color #50C565 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50C565 is #AF3A9A. Grayscale: #979797. Windows color (decimal): -11483803 or 6669648. OLE color: 6669648.

HSL color Cylindrical-coordinate representation of color #50C565: hue angle of 130.77º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #50C565 is Cyan = 0.59, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.23.

Color convert

RGB80197101-
CMYK0.5900.490.23
HSL130.77º50.21%54.31%-
HSV(B)130.77º59.39%77.25%-
XYZ25.6242.5819.18-
YUV151.0799.7477.31-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.16%
GREEN value IS 197 (77.34% from 255) = 52.12%
BLUE value IS 101 (39.84% from 255) = 26.72%
R=21.16%
G=52.12%
B=26.72%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal801971010.5900.490.23130.7750.2154.31
Hex50C5653B03117833236
Octal12030514573061272036266
Binary101000011000101110010111101101100011011110000011110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,197,101); }

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

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

 a { background-color: rgb(80,197,101); }

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

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

 span { border-color: rgb(80,197,101); }

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