Html Css Color HEX #50D68E Emerald

📋 copy color: '#50D68E'

red 80 ◦ green 214 ◦ blue 142

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

Shades of Emerald #50D68E

Tints of Emerald #50D68E

RGB

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

 GREEN value IS 214 (83.98% from 255) = 49.08%

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

R = 18.35%
G = 49.08%
B = 32.57%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#50D68E (or 0x50D68E) is known color: Emerald. HEX triplet: 50, D6 and 8E. RGB value is (80,214,142). Sum of RGB (Red+Green+Blue) = 80+214+142=436 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.35% from 436); Green value is 214 (83.98% from 255 or 49.08% from 436); Blue value is 142 (55.86% from 255 or 32.57% from 436); Max value from RGB is 214 - color contains mainly: green. Hex color #50D68E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50D68E is #AF2971. Grayscale: #A5A5A5. Windows color (decimal): -11479410 or 9360976. OLE color: 9360976.

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

Color convert

RGB 80 214 142 -
CMYK 0.63 0 0.34 0.16
HSL 147.76º 0.62% 0.58% -
HSV(B) 147.76º 0.63% 0.84% -
XYZ 32.24 51.75 33.88 -
YUV 165.73 114.61 66.85 -
System Red Green Blue C M Y K H S L
Decimal 80 214 142 0.63 0 0.34 0.16 147.76 0.62 0.58
Hex 50 D6 8E 3F 0 22 10 94 3E 3A
Octal 120 326 216 77 0 42 20 224 76 72
Binary 1010000 11010110 10001110 111111 0 100010 10000 10010100 111110 111010

Color Harmonies of #50D68E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D68E

Black with #50D68E

Text Example


Text Example

White with #50D68E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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