Html Css Color HEX #50D57D Emerald

📋 copy color: '#50D57D'

red 80 ◦ green 213 ◦ blue 125

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

Shades of Emerald #50D57D

Tints of Emerald #50D57D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.9%

R = 19.14%
G = 50.96%
B = 29.9%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#50D57D (or 0x50D57D) is known color: Emerald. HEX triplet: 50, D5 and 7D. RGB value is (80,213,125). Sum of RGB (Red+Green+Blue) = 80+213+125=418 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.14% from 418); Green value is 213 (83.59% from 255 or 50.96% from 418); Blue value is 125 (49.22% from 255 or 29.90% from 418); Max value from RGB is 213 - color contains mainly: green. Hex color #50D57D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D57D is #AF2A82. Grayscale: #A3A3A3. Windows color (decimal): -11479683 or 8246608. OLE color: 8246608.

HSL color Cylindrical-coordinate representation of color #50D57D: hue angle of 140.3º 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 #50D57D is Cyan = 0.62, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB 80 213 125 -
CMYK 0.62 0 0.41 0.16
HSL 140.3º 0.61% 0.57% -
HSV(B) 140.3º 0.62% 0.84% -
XYZ 30.8 50.77 27.58 -
YUV 163.2 106.44 68.66 -
System Red Green Blue C M Y K H S L
Decimal 80 213 125 0.62 0 0.41 0.16 140.3 0.61 0.57
Hex 50 D5 7D 3E 0 29 10 8C 3D 39
Octal 120 325 175 76 0 51 20 214 75 71
Binary 1010000 11010101 1111101 111110 0 101001 10000 10001100 111101 111001

Color Harmonies of #50D57D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D57D

Black with #50D57D

Text Example


Text Example

White with #50D57D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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