Html Css Color HEX #50DF86 Emerald

📋 copy color: '#50DF86'

red 80 ◦ green 223 ◦ blue 134

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

Shades of Emerald #50DF86

Tints of Emerald #50DF86

RGB

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

 GREEN value IS 223 (87.5% from 255) = 51.03%

 BLUE value IS 134 (52.73% from 255) = 30.66%

R = 18.31%
G = 51.03%
B = 30.66%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#50DF86 (or 0x50DF86) is known color: Emerald. HEX triplet: 50, DF and 86. RGB value is (80,223,134). Sum of RGB (Red+Green+Blue) = 80+223+134=437 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.31% from 437); Green value is 223 (87.5% from 255 or 51.03% from 437); Blue value is 134 (52.73% from 255 or 30.66% from 437); Max value from RGB is 223 - color contains mainly: green. Hex color #50DF86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50DF86 is #AF2079. Grayscale: #AAAAAA. Windows color (decimal): -11477114 or 8838992. OLE color: 8838992.

HSL color Cylindrical-coordinate representation of color #50DF86: hue angle of 142.66º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50DF86 is Cyan = 0.64, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB 80 223 134 -
CMYK 0.64 0 0.40 0.13
HSL 142.66º 0.69% 0.59% -
HSV(B) 142.66º 0.64% 0.87% -
XYZ 34 56.2 31.61 -
YUV 170.1 107.62 63.74 -
System Red Green Blue C M Y K H S L
Decimal 80 223 134 0.64 0 0.40 0.13 142.66 0.69 0.59
Hex 50 DF 86 40 0 28 D 8F 45 3B
Octal 120 337 206 100 0 50 15 217 105 73
Binary 1010000 11011111 10000110 1000000 0 101000 1101 10001111 1000101 111011

Color Harmonies of #50DF86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DF86

Black with #50DF86

Text Example


Text Example

White with #50DF86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,223,134); }

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

background-color css

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

 a { background-color: rgb(80,223,134); }

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

border-color css

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

 span { border-color: rgb(80,223,134); }

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