Html Css Color HEX #50E083 Emerald

📋 copy color: '#50E083'

red 80 ◦ green 224 ◦ blue 131

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

Shades of Emerald #50E083

Tints of Emerald #50E083

RGB

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

 GREEN value IS 224 (87.89% from 255) = 51.49%

 BLUE value IS 131 (51.56% from 255) = 30.11%

R = 18.39%
G = 51.49%
B = 30.11%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.42

 K value IS 0.12

RGB Variations

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

Color information

#50E083 (or 0x50E083) is known color: Emerald. HEX triplet: 50, E0 and 83. RGB value is (80,224,131). Sum of RGB (Red+Green+Blue) = 80+224+131=435 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.39% from 435); Green value is 224 (87.89% from 255 or 51.49% from 435); Blue value is 131 (51.56% from 255 or 30.11% from 435); Max value from RGB is 224 - color contains mainly: green. Hex color #50E083 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50E083 is #AF1F7C. Grayscale: #AAAAAA. Windows color (decimal): -11476861 or 8642640. OLE color: 8642640.

HSL color Cylindrical-coordinate representation of color #50E083: hue angle of 141.25º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50E083 is Cyan = 0.64, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.

Color convert

RGB 80 224 131 -
CMYK 0.64 0 0.42 0.12
HSL 141.25º 0.7% 0.6% -
HSV(B) 141.25º 0.64% 0.88% -
XYZ 34.06 56.66 30.61 -
YUV 170.34 105.79 63.56 -
System Red Green Blue C M Y K H S L
Decimal 80 224 131 0.64 0 0.42 0.12 141.25 0.7 0.6
Hex 50 E0 83 40 0 2A C 8D 46 3C
Octal 120 340 203 100 0 52 14 215 106 74
Binary 1010000 11100000 10000011 1000000 0 101010 1100 10001101 1000110 111100

Color Harmonies of #50E083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E083

Black with #50E083

Text Example


Text Example

White with #50E083

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,224,131); }

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

background-color css

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

 a { background-color: rgb(80,224,131); }

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

border-color css

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

 span { border-color: rgb(80,224,131); }

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