Html Css Color HEX #50D38E Emerald

📋 copy color: '#50D38E'

red 80 ◦ green 211 ◦ blue 142

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

Shades of Emerald #50D38E

Tints of Emerald #50D38E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 32.79%

R = 18.48%
G = 48.73%
B = 32.79%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#50D38E (or 0x50D38E) is known color: Emerald. HEX triplet: 50, D3 and 8E. RGB value is (80,211,142). Sum of RGB (Red+Green+Blue) = 80+211+142=433 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.48% from 433); Green value is 211 (82.81% from 255 or 48.73% from 433); Blue value is 142 (55.86% from 255 or 32.79% from 433); Max value from RGB is 211 - color contains mainly: green. Hex color #50D38E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50D38E is #AF2C71. Grayscale: #A4A4A4. Windows color (decimal): -11480178 or 9360208. OLE color: 9360208.

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

Color convert

RGB 80 211 142 -
CMYK 0.62 0 0.33 0.17
HSL 148.4º 0.6% 0.57% -
HSV(B) 148.4º 0.62% 0.83% -
XYZ 31.49 50.25 33.63 -
YUV 163.97 115.6 68.11 -
System Red Green Blue C M Y K H S L
Decimal 80 211 142 0.62 0 0.33 0.17 148.4 0.6 0.57
Hex 50 D3 8E 3E 0 21 11 94 3C 39
Octal 120 323 216 76 0 41 21 224 74 71
Binary 1010000 11010011 10001110 111110 0 100001 10001 10010100 111100 111001

Color Harmonies of #50D38E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D38E

Black with #50D38E

Text Example


Text Example

White with #50D38E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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