Html Css Color HEX #50E68E Emerald

📋 copy color: '#50E68E'

red 80 ◦ green 230 ◦ blue 142

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

Shades of Emerald #50E68E

Tints of Emerald #50E68E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 31.42%

R = 17.7%
G = 50.88%
B = 31.42%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.38

 K value IS 0.10

RGB Variations

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

Color information

#50E68E (or 0x50E68E) is known color: Emerald. HEX triplet: 50, E6 and 8E. RGB value is (80,230,142). Sum of RGB (Red+Green+Blue) = 80+230+142=452 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.70% from 452); Green value is 230 (90.23% from 255 or 50.88% from 452); Blue value is 142 (55.86% from 255 or 31.42% from 452); Max value from RGB is 230 - color contains mainly: green. Hex color #50E68E is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50E68E is #AF1971. Grayscale: #AFAFAF. Windows color (decimal): -11475314 or 9365072. OLE color: 9365072.

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

Color convert

RGB 80 230 142 -
CMYK 0.65 0 0.38 0.10
HSL 144.8º 0.75% 0.61% -
HSV(B) 144.8º 0.65% 0.9% -
XYZ 36.49 60.25 35.3 -
YUV 175.12 109.31 60.16 -
System Red Green Blue C M Y K H S L
Decimal 80 230 142 0.65 0 0.38 0.10 144.8 0.75 0.61
Hex 50 E6 8E 41 0 26 A 91 4B 3D
Octal 120 346 216 101 0 46 12 221 113 75
Binary 1010000 11100110 10001110 1000001 0 100110 1010 10010001 1001011 111101

Color Harmonies of #50E68E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E68E

Black with #50E68E

Text Example


Text Example

White with #50E68E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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