Html Css Color HEX #50CD8C Emerald

📋 copy color: '#50CD8C'

red 80 ◦ green 205 ◦ blue 140

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

Shades of Emerald #50CD8C

Tints of Emerald #50CD8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 32.94%

R = 18.82%
G = 48.24%
B = 32.94%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#50CD8C (or 0x50CD8C) is known color: Emerald. HEX triplet: 50, CD and 8C. RGB value is (80,205,140). Sum of RGB (Red+Green+Blue) = 80+205+140=425 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.82% from 425); Green value is 205 (80.47% from 255 or 48.24% from 425); Blue value is 140 (55.08% from 255 or 32.94% from 425); Max value from RGB is 205 - color contains mainly: green. Hex color #50CD8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50CD8C is #AF3273. Grayscale: #A0A0A0. Windows color (decimal): -11481716 or 9227600. OLE color: 9227600.

HSL color Cylindrical-coordinate representation of color #50CD8C: hue angle of 148.8º 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 #50CD8C is Cyan = 0.61, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.

Color convert

RGB 80 205 140 -
CMYK 0.61 0 0.32 0.20
HSL 148.8º 0.56% 0.56% -
HSV(B) 148.8º 0.61% 0.8% -
XYZ 29.87 47.26 32.36 -
YUV 160.22 116.59 70.79 -
System Red Green Blue C M Y K H S L
Decimal 80 205 140 0.61 0 0.32 0.20 148.8 0.56 0.56
Hex 50 CD 8C 3D 0 20 14 95 38 38
Octal 120 315 214 75 0 40 24 225 70 70
Binary 1010000 11001101 10001100 111101 0 100000 10100 10010101 111000 111000

Color Harmonies of #50CD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CD8C

Black with #50CD8C

Text Example


Text Example

White with #50CD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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