Html Css Color HEX #50E68A Emerald

📋 copy color: '#50E68A'

red 80 ◦ green 230 ◦ blue 138

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

Shades of Emerald #50E68A

Tints of Emerald #50E68A

RGB

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

 GREEN value IS 230 (90.23% from 255) = 51.34%

 BLUE value IS 138 (54.3% from 255) = 30.8%

R = 17.86%
G = 51.34%
B = 30.8%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.4

 K value IS 0.10

RGB Variations

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

Color information

#50E68A (or 0x50E68A) is known color: Emerald. HEX triplet: 50, E6 and 8A. RGB value is (80,230,138). Sum of RGB (Red+Green+Blue) = 80+230+138=448 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.86% from 448); Green value is 230 (90.23% from 255 or 51.34% from 448); Blue value is 138 (54.30% from 255 or 30.80% from 448); Max value from RGB is 230 - color contains mainly: green. Hex color #50E68A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50E68A is #AF1975. Grayscale: #AEAEAE. Windows color (decimal): -11475318 or 9102928. OLE color: 9102928.

HSL color Cylindrical-coordinate representation of color #50E68A: hue angle of 143.2º degrees, saturation: 0.75, 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 #50E68A is Cyan = 0.65, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.10.

Color convert

RGB 80 230 138 -
CMYK 0.65 0 0.4 0.10
HSL 143.2º 0.75% 0.61% -
HSV(B) 143.2º 0.65% 0.9% -
XYZ 36.19 60.13 33.74 -
YUV 174.66 107.31 60.48 -
System Red Green Blue C M Y K H S L
Decimal 80 230 138 0.65 0 0.4 0.10 143.2 0.75 0.61
Hex 50 E6 8A 41 0 28 A 8F 4B 3D
Octal 120 346 212 101 0 50 12 217 113 75
Binary 1010000 11100110 10001010 1000001 0 101000 1010 10001111 1001011 111101

Color Harmonies of #50E68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E68A

Black with #50E68A

Text Example


Text Example

White with #50E68A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,230,138); }

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

background-color css

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

 a { background-color: rgb(80,230,138); }

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

border-color css

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

 span { border-color: rgb(80,230,138); }

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