Html Css Color HEX #50E06B Emerald

📋 copy color: '#50E06B'

red 80 ◦ green 224 ◦ blue 107

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

Shades of Emerald #50E06B

Tints of Emerald #50E06B

RGB

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

 GREEN value IS 224 (87.89% from 255) = 54.5%

 BLUE value IS 107 (42.19% from 255) = 26.03%

R = 19.46%
G = 54.5%
B = 26.03%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#50E06B (or 0x50E06B) is known color: Emerald. HEX triplet: 50, E0 and 6B. RGB value is (80,224,107). Sum of RGB (Red+Green+Blue) = 80+224+107=411 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.46% from 411); Green value is 224 (87.89% from 255 or 54.50% from 411); Blue value is 107 (42.19% from 255 or 26.03% from 411); Max value from RGB is 224 - color contains mainly: green. Hex color #50E06B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50E06B is #AF1F94. Grayscale: #A7A7A7. Windows color (decimal): -11476885 or 7069776. OLE color: 7069776.

HSL color Cylindrical-coordinate representation of color #50E06B: hue angle of 131.25º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50E06B is Cyan = 0.64, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB 80 224 107 -
CMYK 0.64 0 0.52 0.12
HSL 131.25º 0.7% 0.6% -
HSV(B) 131.25º 0.64% 0.88% -
XYZ 32.62 56.08 23.01 -
YUV 167.61 93.79 65.51 -
System Red Green Blue C M Y K H S L
Decimal 80 224 107 0.64 0 0.52 0.12 131.25 0.7 0.6
Hex 50 E0 6B 40 0 34 C 83 46 3C
Octal 120 340 153 100 0 64 14 203 106 74
Binary 1010000 11100000 1101011 1000000 0 110100 1100 10000011 1000110 111100

Color Harmonies of #50E06B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E06B

Black with #50E06B

Text Example


Text Example

White with #50E06B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,224,107); }

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

background-color css

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

 a { background-color: rgb(80,224,107); }

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

border-color css

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

 span { border-color: rgb(80,224,107); }

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