Html Css Color HEX #50D573 Emerald

📋 copy color: '#50D573'

red 80 ◦ green 213 ◦ blue 115

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

Shades of Emerald #50D573

Tints of Emerald #50D573

RGB

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

 GREEN value IS 213 (83.59% from 255) = 52.21%

 BLUE value IS 115 (45.31% from 255) = 28.19%

R = 19.61%
G = 52.21%
B = 28.19%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#50D573 (or 0x50D573) is known color: Emerald. HEX triplet: 50, D5 and 73. RGB value is (80,213,115). Sum of RGB (Red+Green+Blue) = 80+213+115=408 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.61% from 408); Green value is 213 (83.59% from 255 or 52.21% from 408); Blue value is 115 (45.31% from 255 or 28.19% from 408); Max value from RGB is 213 - color contains mainly: green. Hex color #50D573 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D573 is #AF2A8C. Grayscale: #A2A2A2. Windows color (decimal): -11479693 or 7591248. OLE color: 7591248.

HSL color Cylindrical-coordinate representation of color #50D573: hue angle of 135.79º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50D573 is Cyan = 0.62, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB 80 213 115 -
CMYK 0.62 0 0.46 0.16
HSL 135.79º 0.61% 0.57% -
HSV(B) 135.79º 0.62% 0.84% -
XYZ 30.2 50.53 24.38 -
YUV 162.06 101.44 69.47 -
System Red Green Blue C M Y K H S L
Decimal 80 213 115 0.62 0 0.46 0.16 135.79 0.61 0.57
Hex 50 D5 73 3E 0 2E 10 88 3D 39
Octal 120 325 163 76 0 56 20 210 75 71
Binary 1010000 11010101 1110011 111110 0 101110 10000 10001000 111101 111001

Color Harmonies of #50D573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D573

Black with #50D573

Text Example


Text Example

White with #50D573

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,213,115); }

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

background-color css

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

 a { background-color: rgb(80,213,115); }

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

border-color css

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

 span { border-color: rgb(80,213,115); }

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