Html Css Color HEX #50CD8D Emerald

📋 copy color: '#50CD8D'

red 80 ◦ green 205 ◦ blue 141

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

Shades of Emerald #50CD8D

Tints of Emerald #50CD8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 33.1%

R = 18.78%
G = 48.12%
B = 33.1%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#50CD8D (or 0x50CD8D) is known color: Emerald. HEX triplet: 50, CD and 8D. RGB value is (80,205,141). Sum of RGB (Red+Green+Blue) = 80+205+141=426 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.78% from 426); Green value is 205 (80.47% from 255 or 48.12% from 426); Blue value is 141 (55.47% from 255 or 33.10% from 426); Max value from RGB is 205 - color contains mainly: green. Hex color #50CD8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50CD8D is #AF3272. Grayscale: #A0A0A0. Windows color (decimal): -11481715 or 9293136. OLE color: 9293136.

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

Color convert

RGB 80 205 141 -
CMYK 0.61 0 0.31 0.20
HSL 149.28º 0.56% 0.56% -
HSV(B) 149.28º 0.61% 0.8% -
XYZ 29.95 47.29 32.75 -
YUV 160.33 117.09 70.7 -
System Red Green Blue C M Y K H S L
Decimal 80 205 141 0.61 0 0.31 0.20 149.28 0.56 0.56
Hex 50 CD 8D 3D 0 1F 14 95 38 38
Octal 120 315 215 75 0 37 24 225 70 70
Binary 1010000 11001101 10001101 111101 0 11111 10100 10010101 111000 111000

Color Harmonies of #50CD8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CD8D

Black with #50CD8D

Text Example


Text Example

White with #50CD8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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