Html Css Color HEX #50D681 Emerald

📋 copy color: '#50D681'

red 80 ◦ green 214 ◦ blue 129

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

Shades of Emerald #50D681

Tints of Emerald #50D681

RGB

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

 GREEN value IS 214 (83.98% from 255) = 50.59%

 BLUE value IS 129 (50.78% from 255) = 30.5%

R = 18.91%
G = 50.59%
B = 30.5%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#50D681 (or 0x50D681) is known color: Emerald. HEX triplet: 50, D6 and 81. RGB value is (80,214,129). Sum of RGB (Red+Green+Blue) = 80+214+129=423 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.91% from 423); Green value is 214 (83.98% from 255 or 50.59% from 423); Blue value is 129 (50.78% from 255 or 30.50% from 423); Max value from RGB is 214 - color contains mainly: green. Hex color #50D681 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50D681 is #AF297E. Grayscale: #A4A4A4. Windows color (decimal): -11479423 or 8509008. OLE color: 8509008.

HSL color Cylindrical-coordinate representation of color #50D681: hue angle of 141.94º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50D681 is Cyan = 0.63, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB 80 214 129 -
CMYK 0.63 0 0.40 0.16
HSL 141.94º 0.62% 0.58% -
HSV(B) 141.94º 0.63% 0.84% -
XYZ 31.32 51.38 29.04 -
YUV 164.24 108.11 67.91 -
System Red Green Blue C M Y K H S L
Decimal 80 214 129 0.63 0 0.40 0.16 141.94 0.62 0.58
Hex 50 D6 81 3F 0 28 10 8E 3E 3A
Octal 120 326 201 77 0 50 20 216 76 72
Binary 1010000 11010110 10000001 111111 0 101000 10000 10001110 111110 111010

Color Harmonies of #50D681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D681

Black with #50D681

Text Example


Text Example

White with #50D681

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,214,129); }

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

background-color css

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

 a { background-color: rgb(80,214,129); }

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

border-color css

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

 span { border-color: rgb(80,214,129); }

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