Html Css Color HEX #50D68B Emerald

📋 copy color: '#50D68B'

red 80 ◦ green 214 ◦ blue 139

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

Shades of Emerald #50D68B

Tints of Emerald #50D68B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 32.1%

R = 18.48%
G = 49.42%
B = 32.1%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#50D68B (or 0x50D68B) is known color: Emerald. HEX triplet: 50, D6 and 8B. RGB value is (80,214,139). Sum of RGB (Red+Green+Blue) = 80+214+139=433 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.48% from 433); Green value is 214 (83.98% from 255 or 49.42% from 433); Blue value is 139 (54.69% from 255 or 32.10% from 433); Max value from RGB is 214 - color contains mainly: green. Hex color #50D68B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50D68B is #AF2974. Grayscale: #A5A5A5. Windows color (decimal): -11479413 or 9164368. OLE color: 9164368.

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

Color convert

RGB 80 214 139 -
CMYK 0.63 0 0.35 0.16
HSL 146.42º 0.62% 0.58% -
HSV(B) 146.42º 0.63% 0.84% -
XYZ 32.02 51.66 32.71 -
YUV 165.38 113.11 67.1 -
System Red Green Blue C M Y K H S L
Decimal 80 214 139 0.63 0 0.35 0.16 146.42 0.62 0.58
Hex 50 D6 8B 3F 0 23 10 92 3E 3A
Octal 120 326 213 77 0 43 20 222 76 72
Binary 1010000 11010110 10001011 111111 0 100011 10000 10010010 111110 111010

Color Harmonies of #50D68B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D68B

Black with #50D68B

Text Example


Text Example

White with #50D68B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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