Html Css Color HEX #50D65E Emerald

📋 copy color: '#50D65E'

red 80 ◦ green 214 ◦ blue 94

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

Shades of Emerald #50D65E

Tints of Emerald #50D65E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 24.23%

R = 20.62%
G = 55.15%
B = 24.23%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#50D65E (or 0x50D65E) is known color: Emerald. HEX triplet: 50, D6 and 5E. RGB value is (80,214,94). Sum of RGB (Red+Green+Blue) = 80+214+94=388 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.62% from 388); Green value is 214 (83.98% from 255 or 55.15% from 388); Blue value is 94 (37.11% from 255 or 24.23% from 388); Max value from RGB is 214 - color contains mainly: green. Hex color #50D65E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D65E is #AF29A1. Grayscale: #A0A0A0. Windows color (decimal): -11479458 or 6215248. OLE color: 6215248.

HSL color Cylindrical-coordinate representation of color #50D65E: hue angle of 126.27º 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 #50D65E is Cyan = 0.63, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB 80 214 94 -
CMYK 0.63 0 0.56 0.16
HSL 126.27º 0.62% 0.58% -
HSV(B) 126.27º 0.63% 0.84% -
XYZ 29.38 50.61 18.81 -
YUV 160.25 90.61 70.76 -
System Red Green Blue C M Y K H S L
Decimal 80 214 94 0.63 0 0.56 0.16 126.27 0.62 0.58
Hex 50 D6 5E 3F 0 38 10 7E 3E 3A
Octal 120 326 136 77 0 70 20 176 76 72
Binary 1010000 11010110 1011110 111111 0 111000 10000 1111110 111110 111010

Color Harmonies of #50D65E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D65E

Black with #50D65E

Text Example


Text Example

White with #50D65E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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