Html Css Color HEX #50EA7B Emerald

📋 copy color: '#50EA7B'

red 80 ◦ green 234 ◦ blue 123

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

Shades of Emerald #50EA7B

Tints of Emerald #50EA7B

RGB

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

 GREEN value IS 234 (91.8% from 255) = 53.55%

 BLUE value IS 123 (48.44% from 255) = 28.15%

R = 18.31%
G = 53.55%
B = 28.15%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#50EA7B (or 0x50EA7B) is known color: Emerald. HEX triplet: 50, EA and 7B. RGB value is (80,234,123). Sum of RGB (Red+Green+Blue) = 80+234+123=437 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.31% from 437); Green value is 234 (91.80% from 255 or 53.55% from 437); Blue value is 123 (48.44% from 255 or 28.15% from 437); Max value from RGB is 234 - color contains mainly: green. Hex color #50EA7B is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50EA7B is #AF1584. Grayscale: #AFAFAF. Windows color (decimal): -11474309 or 8120912. OLE color: 8120912.

HSL color Cylindrical-coordinate representation of color #50EA7B: hue angle of 136.75º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50EA7B is Cyan = 0.66, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB 80 234 123 -
CMYK 0.66 0 0.47 0.08
HSL 136.75º 0.79% 0.62% -
HSV(B) 136.75º 0.66% 0.92% -
XYZ 36.31 61.98 28.79 -
YUV 175.3 98.48 60.03 -
System Red Green Blue C M Y K H S L
Decimal 80 234 123 0.66 0 0.47 0.08 136.75 0.79 0.62
Hex 50 EA 7B 42 0 2F 8 89 4F 3E
Octal 120 352 173 102 0 57 10 211 117 76
Binary 1010000 11101010 1111011 1000010 0 101111 1000 10001001 1001111 111110

Color Harmonies of #50EA7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50EA7B

Black with #50EA7B

Text Example


Text Example

White with #50EA7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,234,123); }

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

background-color css

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

 a { background-color: rgb(80,234,123); }

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

border-color css

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

 span { border-color: rgb(80,234,123); }

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