Html Css Color HEX #50DA8C Emerald

📋 copy color: '#50DA8C'

red 80 ◦ green 218 ◦ blue 140

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

Shades of Emerald #50DA8C

Tints of Emerald #50DA8C

RGB

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

 GREEN value IS 218 (85.55% from 255) = 49.77%

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

R = 18.26%
G = 49.77%
B = 31.96%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#50DA8C (or 0x50DA8C) is known color: Emerald. HEX triplet: 50, DA and 8C. RGB value is (80,218,140). Sum of RGB (Red+Green+Blue) = 80+218+140=438 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.26% from 438); Green value is 218 (85.55% from 255 or 49.77% from 438); Blue value is 140 (55.08% from 255 or 31.96% from 438); Max value from RGB is 218 - color contains mainly: green. Hex color #50DA8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50DA8C is #AF2573. Grayscale: #A8A8A8. Windows color (decimal): -11478388 or 9230928. OLE color: 9230928.

HSL color Cylindrical-coordinate representation of color #50DA8C: hue angle of 146.09º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50DA8C is Cyan = 0.63, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB 80 218 140 -
CMYK 0.63 0 0.36 0.15
HSL 146.09º 0.65% 0.58% -
HSV(B) 146.09º 0.63% 0.85% -
XYZ 33.11 53.74 33.44 -
YUV 167.85 112.28 65.34 -
System Red Green Blue C M Y K H S L
Decimal 80 218 140 0.63 0 0.36 0.15 146.09 0.65 0.58
Hex 50 DA 8C 3F 0 24 F 92 41 3A
Octal 120 332 214 77 0 44 17 222 101 72
Binary 1010000 11011010 10001100 111111 0 100100 1111 10010010 1000001 111010

Color Harmonies of #50DA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DA8C

Black with #50DA8C

Text Example


Text Example

White with #50DA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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