Html Css Color HEX #50D67A Emerald

📋 copy color: '#50D67A'

red 80 ◦ green 214 ◦ blue 122

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

Shades of Emerald #50D67A

Tints of Emerald #50D67A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 29.33%

R = 19.23%
G = 51.44%
B = 29.33%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#50D67A (or 0x50D67A) is known color: Emerald. HEX triplet: 50, D6 and 7A. RGB value is (80,214,122). Sum of RGB (Red+Green+Blue) = 80+214+122=416 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.23% from 416); Green value is 214 (83.98% from 255 or 51.44% from 416); Blue value is 122 (48.05% from 255 or 29.33% from 416); Max value from RGB is 214 - color contains mainly: green. Hex color #50D67A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D67A is #AF2985. Grayscale: #A3A3A3. Windows color (decimal): -11479430 or 8050256. OLE color: 8050256.

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

Color convert

RGB 80 214 122 -
CMYK 0.63 0 0.43 0.16
HSL 138.81º 0.62% 0.58% -
HSV(B) 138.81º 0.63% 0.84% -
XYZ 30.87 51.2 26.67 -
YUV 163.45 104.61 68.48 -
System Red Green Blue C M Y K H S L
Decimal 80 214 122 0.63 0 0.43 0.16 138.81 0.62 0.58
Hex 50 D6 7A 3F 0 2B 10 8B 3E 3A
Octal 120 326 172 77 0 53 20 213 76 72
Binary 1010000 11010110 1111010 111111 0 101011 10000 10001011 111110 111010

Color Harmonies of #50D67A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D67A

Black with #50D67A

Text Example


Text Example

White with #50D67A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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