Html Css Color HEX #50D760 Emerald

📋 copy color: '#50D760'

red 80 ◦ green 215 ◦ blue 96

#50D760
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Emerald #50D760

Tints of Emerald #50D760

RGB

 RED value IS 80 (31.64% from 255) = 20.46%

 GREEN value IS 215 (84.38% from 255) = 54.99%

 BLUE value IS 96 (37.89% from 255) = 24.55%

R = 20.46%
G = 54.99%
B = 24.55%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#50D760 (or 0x50D760) is known color: Emerald. HEX triplet: 50, D7 and 60. RGB value is (80,215,96). Sum of RGB (Red+Green+Blue) = 80+215+96=391 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.46% from 391); Green value is 215 (84.38% from 255 or 54.99% from 391); Blue value is 96 (37.89% from 255 or 24.55% from 391); Max value from RGB is 215 - color contains mainly: green. Hex color #50D760 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D760 is #AF289F. Grayscale: #A1A1A1. Windows color (decimal): -11479200 or 6346576. OLE color: 6346576.

HSL color Cylindrical-coordinate representation of color #50D760: hue angle of 127.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 #50D760 is Cyan = 0.63, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB 80 215 96 -
CMYK 0.63 0 0.55 0.16
HSL 127.11º 0.63% 0.58% -
HSV(B) 127.11º 0.63% 0.84% -
XYZ 29.72 51.15 19.37 -
YUV 161.07 91.27 70.18 -
System Red Green Blue C M Y K H S L
Decimal 80 215 96 0.63 0 0.55 0.16 127.11 0.63 0.58
Hex 50 D7 60 3F 0 37 10 7F 3F 3A
Octal 120 327 140 77 0 67 20 177 77 72
Binary 1010000 11010111 1100000 111111 0 110111 10000 1111111 111111 111010

Color Harmonies of #50D760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D760

Black with #50D760

Text Example


Text Example

White with #50D760

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #50D760;
 }
 .AnyTagClassName
 {
   color: #50D760;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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