Html Css Color HEX #50CB7C Emerald

📋 copy color: '#50CB7C'

red 80 ◦ green 203 ◦ blue 124

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

Shades of Emerald #50CB7C

Tints of Emerald #50CB7C

RGB

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

 GREEN value IS 203 (79.69% from 255) = 49.88%

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

R = 19.66%
G = 49.88%
B = 30.47%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.39

 K value IS 0.20

RGB Variations

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

Color information

#50CB7C (or 0x50CB7C) is known color: Emerald. HEX triplet: 50, CB and 7C. RGB value is (80,203,124). Sum of RGB (Red+Green+Blue) = 80+203+124=407 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.66% from 407); Green value is 203 (79.69% from 255 or 49.88% from 407); Blue value is 124 (48.83% from 255 or 30.47% from 407); Max value from RGB is 203 - color contains mainly: green. Hex color #50CB7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50CB7C is #AF3483. Grayscale: #9D9D9D. Windows color (decimal): -11482244 or 8178512. OLE color: 8178512.

HSL color Cylindrical-coordinate representation of color #50CB7C: hue angle of 141.46º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50CB7C is Cyan = 0.61, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.20.

Color convert

RGB 80 203 124 -
CMYK 0.61 0 0.39 0.20
HSL 141.46º 0.54% 0.55% -
HSV(B) 141.46º 0.61% 0.8% -
XYZ 28.3 45.87 26.43 -
YUV 157.22 109.25 72.92 -
System Red Green Blue C M Y K H S L
Decimal 80 203 124 0.61 0 0.39 0.20 141.46 0.54 0.55
Hex 50 CB 7C 3D 0 27 14 8D 36 37
Octal 120 313 174 75 0 47 24 215 66 67
Binary 1010000 11001011 1111100 111101 0 100111 10100 10001101 110110 110111

Color Harmonies of #50CB7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CB7C

Black with #50CB7C

Text Example


Text Example

White with #50CB7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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