Html Css Color HEX #50EE7B Emerald

📋 copy color: '#50EE7B'

red 80 ◦ green 238 ◦ blue 123

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

Shades of Emerald #50EE7B

Tints of Emerald #50EE7B

RGB

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

 GREEN value IS 238 (93.36% from 255) = 53.97%

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

R = 18.14%
G = 53.97%
B = 27.89%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#50EE7B (or 0x50EE7B) is known color: Emerald. HEX triplet: 50, EE and 7B. RGB value is (80,238,123). Sum of RGB (Red+Green+Blue) = 80+238+123=441 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.14% from 441); Green value is 238 (93.36% from 255 or 53.97% from 441); Blue value is 123 (48.44% from 255 or 27.89% from 441); Max value from RGB is 238 - color contains mainly: green. Hex color #50EE7B is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50EE7B is #AF1184. Grayscale: #B1B1B1. Windows color (decimal): -11473285 or 8121936. OLE color: 8121936.

HSL color Cylindrical-coordinate representation of color #50EE7B: hue angle of 136.33º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50EE7B is Cyan = 0.66, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.

Color convert

RGB 80 238 123 -
CMYK 0.66 0 0.48 0.07
HSL 136.33º 0.82% 0.62% -
HSV(B) 136.33º 0.66% 0.93% -
XYZ 37.46 64.28 29.17 -
YUV 177.65 97.15 58.35 -
System Red Green Blue C M Y K H S L
Decimal 80 238 123 0.66 0 0.48 0.07 136.33 0.82 0.62
Hex 50 EE 7B 42 0 30 7 88 52 3E
Octal 120 356 173 102 0 60 7 210 122 76
Binary 1010000 11101110 1111011 1000010 0 110000 111 10001000 1010010 111110

Color Harmonies of #50EE7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50EE7B

Black with #50EE7B

Text Example


Text Example

White with #50EE7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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