#50D772

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

Shades of Emerald #50D772

Tints of Emerald #50D772

Color information

#50D772 (or 0x50D772) is unknown color: approx Emerald. HEX triplet: 50, D7 and 72. RGB value is (80,215,114). Sum of RGB (Red+Green+Blue) = 80+215+114=409 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.56% from 409); Green value is 215 (84.38% from 255 or 52.57% from 409); Blue value is 114 (44.92% from 255 or 27.87% from 409); Max value from RGB is 215 - color contains mainly: green. Hex color #50D772 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D772 is #AF288D. Grayscale: #A3A3A3. Windows color (decimal): -11479182 or 7526224. OLE color: 7526224.

HSL color Cylindrical-coordinate representation of color #50D772: hue angle of 135.11º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50D772 is Cyan = 0.63, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB80215114-
CMYK0.6300.470.16
HSL135.11º62.79%57.84%-
HSV(B)135.11º62.79%84.31%-
XYZ30.6551.5224.25-
YUV163.12100.2768.71-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.56%
GREEN value IS 215 (84.38% from 255) = 52.57%
BLUE value IS 114 (44.92% from 255) = 27.87%
R=19.56%
G=52.57%
B=27.87%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal802151140.6300.470.16135.1162.7957.84
Hex50D7723F02F10873f3a
Octal12032716277057202077772
Binary101000011010111111001011111101011111000010000111111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50D772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,215,114); }

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

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

 a { background-color: rgb(80,215,114); }

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

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

 span { border-color: rgb(80,215,114); }

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