Html Css Color HEX #50DE7C Emerald

📋 copy color: '#50DE7C'

red 80 ◦ green 222 ◦ blue 124

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

Shades of Emerald #50DE7C

Tints of Emerald #50DE7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 29.11%

R = 18.78%
G = 52.11%
B = 29.11%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#50DE7C (or 0x50DE7C) is known color: Emerald. HEX triplet: 50, DE and 7C. RGB value is (80,222,124). Sum of RGB (Red+Green+Blue) = 80+222+124=426 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.78% from 426); Green value is 222 (87.11% from 255 or 52.11% from 426); Blue value is 124 (48.83% from 255 or 29.11% from 426); Max value from RGB is 222 - color contains mainly: green. Hex color #50DE7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50DE7C is #AF2183. Grayscale: #A8A8A8. Windows color (decimal): -11477380 or 8183376. OLE color: 8183376.

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

Color convert

RGB 80 222 124 -
CMYK 0.64 0 0.44 0.13
HSL 138.59º 0.68% 0.59% -
HSV(B) 138.59º 0.64% 0.87% -
XYZ 33.07 55.4 28.02 -
YUV 168.37 102.96 64.97 -
System Red Green Blue C M Y K H S L
Decimal 80 222 124 0.64 0 0.44 0.13 138.59 0.68 0.59
Hex 50 DE 7C 40 0 2C D 8B 44 3B
Octal 120 336 174 100 0 54 15 213 104 73
Binary 1010000 11011110 1111100 1000000 0 101100 1101 10001011 1000100 111011

Color Harmonies of #50DE7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DE7C

Black with #50DE7C

Text Example


Text Example

White with #50DE7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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