Html Css Color HEX #50E58C Emerald

📋 copy color: '#50E58C'

red 80 ◦ green 229 ◦ blue 140

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

Shades of Emerald #50E58C

Tints of Emerald #50E58C

RGB

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

 GREEN value IS 229 (89.84% from 255) = 51%

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

R = 17.82%
G = 51%
B = 31.18%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.39

 K value IS 0.10

RGB Variations

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

Color information

#50E58C (or 0x50E58C) is known color: Emerald. HEX triplet: 50, E5 and 8C. RGB value is (80,229,140). Sum of RGB (Red+Green+Blue) = 80+229+140=449 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.82% from 449); Green value is 229 (89.84% from 255 or 51.00% from 449); Blue value is 140 (55.08% from 255 or 31.18% from 449); Max value from RGB is 229 - color contains mainly: green. Hex color #50E58C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50E58C is #AF1A73. Grayscale: #AEAEAE. Windows color (decimal): -11475572 or 9233744. OLE color: 9233744.

HSL color Cylindrical-coordinate representation of color #50E58C: hue angle of 144.16º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50E58C is Cyan = 0.65, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.10.

Color convert

RGB 80 229 140 -
CMYK 0.65 0 0.39 0.10
HSL 144.16º 0.74% 0.61% -
HSV(B) 144.16º 0.65% 0.9% -
XYZ 36.06 59.64 34.42 -
YUV 174.3 108.64 60.74 -
System Red Green Blue C M Y K H S L
Decimal 80 229 140 0.65 0 0.39 0.10 144.16 0.74 0.61
Hex 50 E5 8C 41 0 27 A 90 4A 3D
Octal 120 345 214 101 0 47 12 220 112 75
Binary 1010000 11100101 10001100 1000001 0 100111 1010 10010000 1001010 111101

Color Harmonies of #50E58C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E58C

Black with #50E58C

Text Example


Text Example

White with #50E58C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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