Html Css Color HEX #50EB8C Emerald

📋 copy color: '#50EB8C'

red 80 ◦ green 235 ◦ blue 140

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

Shades of Emerald #50EB8C

Tints of Emerald #50EB8C

RGB

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

 GREEN value IS 235 (92.19% from 255) = 51.65%

 BLUE value IS 140 (55.08% from 255) = 30.77%

R = 17.58%
G = 51.65%
B = 30.77%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#50EB8C (or 0x50EB8C) is known color: Emerald. HEX triplet: 50, EB and 8C. RGB value is (80,235,140). Sum of RGB (Red+Green+Blue) = 80+235+140=455 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.58% from 455); Green value is 235 (92.19% from 255 or 51.65% from 455); Blue value is 140 (55.08% from 255 or 30.77% from 455); Max value from RGB is 235 - color contains mainly: green. Hex color #50EB8C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50EB8C is #AF1473. Grayscale: #B2B2B2. Windows color (decimal): -11474036 or 9235280. OLE color: 9235280.

HSL color Cylindrical-coordinate representation of color #50EB8C: hue angle of 143.23º 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 #50EB8C is Cyan = 0.66, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB 80 235 140 -
CMYK 0.66 0 0.40 0.08
HSL 143.23º 0.79% 0.62% -
HSV(B) 143.23º 0.66% 0.92% -
XYZ 37.75 63.02 34.98 -
YUV 177.83 106.65 58.22 -
System Red Green Blue C M Y K H S L
Decimal 80 235 140 0.66 0 0.40 0.08 143.23 0.79 0.62
Hex 50 EB 8C 42 0 28 8 8F 4F 3E
Octal 120 353 214 102 0 50 10 217 117 76
Binary 1010000 11101011 10001100 1000010 0 101000 1000 10001111 1001111 111110

Color Harmonies of #50EB8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50EB8C

Black with #50EB8C

Text Example


Text Example

White with #50EB8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,235,140); }

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

background-color css

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

 a { background-color: rgb(80,235,140); }

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

border-color css

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

 span { border-color: rgb(80,235,140); }

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