Html Css Color HEX #50F68E Emerald

📋 copy color: '#50F68E'

red 80 ◦ green 246 ◦ blue 142

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

Shades of Emerald #50F68E

Tints of Emerald #50F68E

RGB

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

 GREEN value IS 246 (96.48% from 255) = 52.56%

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

R = 17.09%
G = 52.56%
B = 30.34%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#50F68E (or 0x50F68E) is known color: Emerald. HEX triplet: 50, F6 and 8E. RGB value is (80,246,142). Sum of RGB (Red+Green+Blue) = 80+246+142=468 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.09% from 468); Green value is 246 (96.48% from 255 or 52.56% from 468); Blue value is 142 (55.86% from 255 or 30.34% from 468); Max value from RGB is 246 - color contains mainly: green. Hex color #50F68E is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50F68E is #AF0971. Grayscale: #B8B8B8. Windows color (decimal): -11471218 or 9369168. OLE color: 9369168.

HSL color Cylindrical-coordinate representation of color #50F68E: hue angle of 142.41º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50F68E is Cyan = 0.67, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB 80 246 142 -
CMYK 0.67 0 0.42 0.04
HSL 142.41º 0.9% 0.64% -
HSV(B) 142.41º 0.67% 0.96% -
XYZ 41.15 69.57 36.85 -
YUV 184.51 104 53.46 -
System Red Green Blue C M Y K H S L
Decimal 80 246 142 0.67 0 0.42 0.04 142.41 0.9 0.64
Hex 50 F6 8E 43 0 2A 4 8E 5A 40
Octal 120 366 216 103 0 52 4 216 132 100
Binary 1010000 11110110 10001110 1000011 0 101010 100 10001110 1011010 1000000

Color Harmonies of #50F68E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F68E

Black with #50F68E

Text Example


Text Example

White with #50F68E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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