Html Css Color HEX #50CD7C Emerald

📋 copy color: '#50CD7C'

red 80 ◦ green 205 ◦ blue 124

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

Shades of Emerald #50CD7C

Tints of Emerald #50CD7C

RGB

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

 GREEN value IS 205 (80.47% from 255) = 50.12%

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

R = 19.56%
G = 50.12%
B = 30.32%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#50CD7C (or 0x50CD7C) is known color: Emerald. HEX triplet: 50, CD and 7C. RGB value is (80,205,124). Sum of RGB (Red+Green+Blue) = 80+205+124=409 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.56% from 409); Green value is 205 (80.47% from 255 or 50.12% from 409); Blue value is 124 (48.83% from 255 or 30.32% from 409); Max value from RGB is 205 - color contains mainly: green. Hex color #50CD7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50CD7C is #AF3283. Grayscale: #9E9E9E. Windows color (decimal): -11481732 or 8179024. OLE color: 8179024.

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

Color convert

RGB 80 205 124 -
CMYK 0.61 0 0.40 0.20
HSL 141.12º 0.56% 0.56% -
HSV(B) 141.12º 0.61% 0.8% -
XYZ 28.78 46.82 26.59 -
YUV 158.39 108.59 72.09 -
System Red Green Blue C M Y K H S L
Decimal 80 205 124 0.61 0 0.40 0.20 141.12 0.56 0.56
Hex 50 CD 7C 3D 0 28 14 8D 38 38
Octal 120 315 174 75 0 50 24 215 70 70
Binary 1010000 11001101 1111100 111101 0 101000 10100 10001101 111000 111000

Color Harmonies of #50CD7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CD7C

Black with #50CD7C

Text Example


Text Example

White with #50CD7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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