Html Css Color HEX #50EF8A Emerald

📋 copy color: '#50EF8A'

red 80 ◦ green 239 ◦ blue 138

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

Shades of Emerald #50EF8A

Tints of Emerald #50EF8A

RGB

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

 GREEN value IS 239 (93.75% from 255) = 52.3%

 BLUE value IS 138 (54.3% from 255) = 30.2%

R = 17.51%
G = 52.3%
B = 30.2%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#50EF8A (or 0x50EF8A) is known color: Emerald. HEX triplet: 50, EF and 8A. RGB value is (80,239,138). Sum of RGB (Red+Green+Blue) = 80+239+138=457 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.51% from 457); Green value is 239 (93.75% from 255 or 52.30% from 457); Blue value is 138 (54.30% from 255 or 30.20% from 457); Max value from RGB is 239 - color contains mainly: green. Hex color #50EF8A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50EF8A is #AF1075. Grayscale: #B4B4B4. Windows color (decimal): -11473014 or 9105232. OLE color: 9105232.

HSL color Cylindrical-coordinate representation of color #50EF8A: hue angle of 141.89º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50EF8A is Cyan = 0.67, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB 80 239 138 -
CMYK 0.67 0 0.42 0.06
HSL 141.89º 0.83% 0.63% -
HSV(B) 141.89º 0.67% 0.94% -
XYZ 38.76 65.27 34.6 -
YUV 179.95 104.32 56.71 -
System Red Green Blue C M Y K H S L
Decimal 80 239 138 0.67 0 0.42 0.06 141.89 0.83 0.63
Hex 50 EF 8A 43 0 2A 6 8E 53 3F
Octal 120 357 212 103 0 52 6 216 123 77
Binary 1010000 11101111 10001010 1000011 0 101010 110 10001110 1010011 111111

Color Harmonies of #50EF8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50EF8A

Black with #50EF8A

Text Example


Text Example

White with #50EF8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,239,138); }

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

background-color css

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

 a { background-color: rgb(80,239,138); }

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

border-color css

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

 span { border-color: rgb(80,239,138); }

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