Html Css Color HEX #50D286 Emerald

📋 copy color: '#50D286'

red 80 ◦ green 210 ◦ blue 134

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

Shades of Emerald #50D286

Tints of Emerald #50D286

RGB

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

 GREEN value IS 210 (82.42% from 255) = 49.53%

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

R = 18.87%
G = 49.53%
B = 31.6%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#50D286 (or 0x50D286) is known color: Emerald. HEX triplet: 50, D2 and 86. RGB value is (80,210,134). Sum of RGB (Red+Green+Blue) = 80+210+134=424 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.87% from 424); Green value is 210 (82.42% from 255 or 49.53% from 424); Blue value is 134 (52.73% from 255 or 31.60% from 424); Max value from RGB is 210 - color contains mainly: green. Hex color #50D286 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50D286 is #AF2D79. Grayscale: #A2A2A2. Windows color (decimal): -11480442 or 8835664. OLE color: 8835664.

HSL color Cylindrical-coordinate representation of color #50D286: hue angle of 144.92º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50D286 is Cyan = 0.62, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB 80 210 134 -
CMYK 0.62 0 0.36 0.18
HSL 144.92º 0.59% 0.57% -
HSV(B) 144.92º 0.62% 0.82% -
XYZ 30.66 49.52 30.5 -
YUV 162.47 111.93 69.18 -
System Red Green Blue C M Y K H S L
Decimal 80 210 134 0.62 0 0.36 0.18 144.92 0.59 0.57
Hex 50 D2 86 3E 0 24 12 91 3B 39
Octal 120 322 206 76 0 44 22 221 73 71
Binary 1010000 11010010 10000110 111110 0 100100 10010 10010001 111011 111001

Color Harmonies of #50D286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D286

Black with #50D286

Text Example


Text Example

White with #50D286

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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