#50C76C

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

Shades of Emerald #50C76C

Tints of Emerald #50C76C

Color information

#50C76C (or 0x50C76C) is unknown color: approx Emerald. HEX triplet: 50, C7 and 6C. RGB value is (80,199,108). Sum of RGB (Red+Green+Blue) = 80+199+108=387 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.67% from 387); Green value is 199 (78.12% from 255 or 51.42% from 387); Blue value is 108 (42.58% from 255 or 27.91% from 387); Max value from RGB is 199 - color contains mainly: green. Hex color #50C76C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50C76C is #AF3893. Grayscale: #999999. Windows color (decimal): -11483284 or 7128912. OLE color: 7128912.

HSL color Cylindrical-coordinate representation of color #50C76C: hue angle of 134.12º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50C76C is Cyan = 0.60, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB80199108-
CMYK0.6000.460.22
HSL134.12º51.52%54.71%-
HSV(B)134.12º59.8%78.04%-
XYZ26.4443.6421.22-
YUV153.04102.5875.9-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.67%
GREEN value IS 199 (78.12% from 255) = 51.42%
BLUE value IS 108 (42.58% from 255) = 27.91%
R=20.67%
G=51.42%
B=27.91%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal801991080.6000.460.22134.1251.5254.71
Hex50C76C3C02E16863437
Octal12030715474056262066467
Binary101000011000111110110011110001011101011010000110110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C76C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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