#50C26C

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

Shades of Emerald #50C26C

Tints of Emerald #50C26C

Color information

#50C26C (or 0x50C26C) is unknown color: approx Emerald. HEX triplet: 50, C2 and 6C. RGB value is (80,194,108). Sum of RGB (Red+Green+Blue) = 80+194+108=382 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.94% from 382); Green value is 194 (76.17% from 255 or 50.79% from 382); Blue value is 108 (42.58% from 255 or 28.27% from 382); Max value from RGB is 194 - color contains mainly: green. Hex color #50C26C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50C26C is #AF3D93. Grayscale: #969696. Windows color (decimal): -11484564 or 7127632. OLE color: 7127632.

HSL color Cylindrical-coordinate representation of color #50C26C: hue angle of 134.74º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #50C26C is Cyan = 0.59, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB80194108-
CMYK0.5900.440.24
HSL134.74º48.31%53.73%-
HSV(B)134.74º58.76%76.08%-
XYZ25.3141.3720.84-
YUV150.11104.2377.99-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.94%
GREEN value IS 194 (76.17% from 255) = 50.79%
BLUE value IS 108 (42.58% from 255) = 28.27%
R=20.94%
G=50.79%
B=28.27%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal801941080.5900.440.24134.7448.3153.73
Hex50C26C3B02C18873036
Octal12030215473054302076066
Binary101000011000010110110011101101011001100010000111110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C26C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,194,108); }

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

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

 a { background-color: rgb(80,194,108); }

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

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

 span { border-color: rgb(80,194,108); }

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