Html Css Color HEX #50F78D Emerald

📋 copy color: '#50F78D'

red 80 ◦ green 247 ◦ blue 141

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

Shades of Emerald #50F78D

Tints of Emerald #50F78D

RGB

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

 GREEN value IS 247 (96.88% from 255) = 52.78%

 BLUE value IS 141 (55.47% from 255) = 30.13%

R = 17.09%
G = 52.78%
B = 30.13%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.43

 K value IS 0.03

RGB Variations

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

Color information

#50F78D (or 0x50F78D) is known color: Emerald. HEX triplet: 50, F7 and 8D. RGB value is (80,247,141). Sum of RGB (Red+Green+Blue) = 80+247+141=468 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.09% from 468); Green value is 247 (96.88% from 255 or 52.78% from 468); Blue value is 141 (55.47% from 255 or 30.13% from 468); Max value from RGB is 247 - color contains mainly: green. Hex color #50F78D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50F78D is #AF0872. Grayscale: #B9B9B9. Windows color (decimal): -11470963 or 9303888. OLE color: 9303888.

HSL color Cylindrical-coordinate representation of color #50F78D: hue angle of 141.92º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50F78D is Cyan = 0.68, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.03.

Color convert

RGB 80 247 141 -
CMYK 0.68 0 0.43 0.03
HSL 141.92º 0.91% 0.64% -
HSV(B) 141.92º 0.68% 0.97% -
XYZ 41.38 70.15 36.56 -
YUV 184.98 103.17 53.12 -
System Red Green Blue C M Y K H S L
Decimal 80 247 141 0.68 0 0.43 0.03 141.92 0.91 0.64
Hex 50 F7 8D 44 0 2B 3 8E 5B 40
Octal 120 367 215 104 0 53 3 216 133 100
Binary 1010000 11110111 10001101 1000100 0 101011 11 10001110 1011011 1000000

Color Harmonies of #50F78D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F78D

Black with #50F78D

Text Example


Text Example

White with #50F78D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,247,141); }

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

background-color css

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

 a { background-color: rgb(80,247,141); }

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

border-color css

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

 span { border-color: rgb(80,247,141); }

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