#50D95C

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

Shades of Emerald #50D95C

Tints of Emerald #50D95C

Color information

#50D95C (or 0x50D95C) is unknown color: approx Emerald. HEX triplet: 50, D9 and 5C. RGB value is (80,217,92). Sum of RGB (Red+Green+Blue) = 80+217+92=389 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.57% from 389); Green value is 217 (85.16% from 255 or 55.78% from 389); Blue value is 92 (36.33% from 255 or 23.65% from 389); Max value from RGB is 217 - color contains mainly: green. Hex color #50D95C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D95C is #AF26A3. Grayscale: #A2A2A2. Windows color (decimal): -11478692 or 6084944. OLE color: 6084944.

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

Color convert

RGB8021792-
CMYK0.6300.580.15
HSL125.26º64.32%58.24%-
HSV(B)125.26º63.13%85.1%-
XYZ30.0552.118.6-
YUV161.7988.6169.66-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.57%
GREEN value IS 217 (85.16% from 255) = 55.78%
BLUE value IS 92 (36.33% from 255) = 23.65%
R=20.57%
G=55.78%
B=23.65%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal80217920.6300.580.15125.2664.3258.24
Hex50D95C3F03AF7d403a
Octal120331134770721717510072
Binary10100001101100110111001111110111010111111111011000000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50D95C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,217,92); }

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

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

 a { background-color: rgb(80,217,92); }

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

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

 span { border-color: rgb(80,217,92); }

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