Html Css Color HEX #50DE86 Emerald

📋 copy color: '#50DE86'

red 80 ◦ green 222 ◦ blue 134

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

Shades of Emerald #50DE86

Tints of Emerald #50DE86

RGB

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

 GREEN value IS 222 (87.11% from 255) = 50.92%

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

R = 18.35%
G = 50.92%
B = 30.73%

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

#50DE86 (or 0x50DE86) is known color: Emerald. HEX triplet: 50, DE and 86. RGB value is (80,222,134). Sum of RGB (Red+Green+Blue) = 80+222+134=436 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.35% from 436); Green value is 222 (87.11% from 255 or 50.92% from 436); Blue value is 134 (52.73% from 255 or 30.73% from 436); Max value from RGB is 222 - color contains mainly: green. Hex color #50DE86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50DE86 is #AF2179. Grayscale: #A9A9A9. Windows color (decimal): -11477370 or 8838736. OLE color: 8838736.

HSL color Cylindrical-coordinate representation of color #50DE86: hue angle of 142.82º degrees, saturation: 0.68, 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 #50DE86 is Cyan = 0.64, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB 80 222 134 -
CMYK 0.64 0 0.40 0.13
HSL 142.82º 0.68% 0.59% -
HSV(B) 142.82º 0.64% 0.87% -
XYZ 33.73 55.67 31.52 -
YUV 169.51 107.96 64.16 -
System Red Green Blue C M Y K H S L
Decimal 80 222 134 0.64 0 0.40 0.13 142.82 0.68 0.59
Hex 50 DE 86 40 0 28 D 8F 44 3B
Octal 120 336 206 100 0 50 15 217 104 73
Binary 1010000 11011110 10000110 1000000 0 101000 1101 10001111 1000100 111011

Color Harmonies of #50DE86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DE86

Black with #50DE86

Text Example


Text Example

White with #50DE86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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