Html Css Color HEX #50D279 Emerald

📋 copy color: '#50D279'

red 80 ◦ green 210 ◦ blue 121

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

Shades of Emerald #50D279

Tints of Emerald #50D279

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 29.44%

R = 19.46%
G = 51.09%
B = 29.44%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#50D279 (or 0x50D279) is known color: Emerald. HEX triplet: 50, D2 and 79. RGB value is (80,210,121). Sum of RGB (Red+Green+Blue) = 80+210+121=411 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.46% from 411); Green value is 210 (82.42% from 255 or 51.09% from 411); Blue value is 121 (47.66% from 255 or 29.44% from 411); Max value from RGB is 210 - color contains mainly: green. Hex color #50D279 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D279 is #AF2D86. Grayscale: #A1A1A1. Windows color (decimal): -11480455 or 7983696. OLE color: 7983696.

HSL color Cylindrical-coordinate representation of color #50D279: hue angle of 138.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 #50D279 is Cyan = 0.62, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB 80 210 121 -
CMYK 0.62 0 0.42 0.18
HSL 138.92º 0.59% 0.57% -
HSV(B) 138.92º 0.62% 0.82% -
XYZ 29.81 49.18 26.01 -
YUV 160.98 105.43 70.24 -
System Red Green Blue C M Y K H S L
Decimal 80 210 121 0.62 0 0.42 0.18 138.92 0.59 0.57
Hex 50 D2 79 3E 0 2A 12 8B 3B 39
Octal 120 322 171 76 0 52 22 213 73 71
Binary 1010000 11010010 1111001 111110 0 101010 10010 10001011 111011 111001

Color Harmonies of #50D279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D279

Black with #50D279

Text Example


Text Example

White with #50D279

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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