Html Css Color HEX #50D38A Emerald

📋 copy color: '#50D38A'

red 80 ◦ green 211 ◦ blue 138

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

Shades of Emerald #50D38A

Tints of Emerald #50D38A

RGB

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

 GREEN value IS 211 (82.81% from 255) = 49.18%

 BLUE value IS 138 (54.3% from 255) = 32.17%

R = 18.65%
G = 49.18%
B = 32.17%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.35

 K value IS 0.17

RGB Variations

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

Color information

#50D38A (or 0x50D38A) is known color: Emerald. HEX triplet: 50, D3 and 8A. RGB value is (80,211,138). Sum of RGB (Red+Green+Blue) = 80+211+138=429 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.65% from 429); Green value is 211 (82.81% from 255 or 49.18% from 429); Blue value is 138 (54.30% from 255 or 32.17% from 429); Max value from RGB is 211 - color contains mainly: green. Hex color #50D38A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50D38A is #AF2C75. Grayscale: #A3A3A3. Windows color (decimal): -11480182 or 9098064. OLE color: 9098064.

HSL color Cylindrical-coordinate representation of color #50D38A: hue angle of 146.56º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50D38A is Cyan = 0.62, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.17.

Color convert

RGB 80 211 138 -
CMYK 0.62 0 0.35 0.17
HSL 146.56º 0.6% 0.57% -
HSV(B) 146.56º 0.62% 0.83% -
XYZ 31.19 50.13 32.08 -
YUV 163.51 113.6 68.44 -
System Red Green Blue C M Y K H S L
Decimal 80 211 138 0.62 0 0.35 0.17 146.56 0.6 0.57
Hex 50 D3 8A 3E 0 23 11 93 3C 39
Octal 120 323 212 76 0 43 21 223 74 71
Binary 1010000 11010011 10001010 111110 0 100011 10001 10010011 111100 111001

Color Harmonies of #50D38A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D38A

Black with #50D38A

Text Example


Text Example

White with #50D38A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,211,138); }

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

background-color css

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

 a { background-color: rgb(80,211,138); }

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

border-color css

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

 span { border-color: rgb(80,211,138); }

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