Html Css Color HEX #50D56C Emerald

📋 copy color: '#50D56C'

red 80 ◦ green 213 ◦ blue 108

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

Shades of Emerald #50D56C

Tints of Emerald #50D56C

RGB

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

 GREEN value IS 213 (83.59% from 255) = 53.12%

 BLUE value IS 108 (42.58% from 255) = 26.93%

R = 19.95%
G = 53.12%
B = 26.93%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#50D56C (or 0x50D56C) is known color: Emerald. HEX triplet: 50, D5 and 6C. RGB value is (80,213,108). Sum of RGB (Red+Green+Blue) = 80+213+108=401 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.95% from 401); Green value is 213 (83.59% from 255 or 53.12% from 401); Blue value is 108 (42.58% from 255 or 26.93% from 401); Max value from RGB is 213 - color contains mainly: green. Hex color #50D56C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D56C is #AF2A93. Grayscale: #A1A1A1. Windows color (decimal): -11479700 or 7132496. OLE color: 7132496.

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

Color convert

RGB 80 213 108 -
CMYK 0.62 0 0.49 0.16
HSL 132.63º 0.61% 0.57% -
HSV(B) 132.63º 0.62% 0.84% -
XYZ 29.81 50.38 22.34 -
YUV 161.26 97.94 70.04 -
System Red Green Blue C M Y K H S L
Decimal 80 213 108 0.62 0 0.49 0.16 132.63 0.61 0.57
Hex 50 D5 6C 3E 0 31 10 85 3D 39
Octal 120 325 154 76 0 61 20 205 75 71
Binary 1010000 11010101 1101100 111110 0 110001 10000 10000101 111101 111001

Color Harmonies of #50D56C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D56C

Black with #50D56C

Text Example


Text Example

White with #50D56C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,213,108); }

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

background-color css

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

 a { background-color: rgb(80,213,108); }

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

border-color css

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

 span { border-color: rgb(80,213,108); }

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