Html Css Color HEX #50C670 Emerald

📋 copy color: '#50C670'

red 80 ◦ green 198 ◦ blue 112

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

Shades of Emerald #50C670

Tints of Emerald #50C670

RGB

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

 GREEN value IS 198 (77.73% from 255) = 50.77%

 BLUE value IS 112 (44.14% from 255) = 28.72%

R = 20.51%
G = 50.77%
B = 28.72%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#50C670 (or 0x50C670) is known color: Emerald. HEX triplet: 50, C6 and 70. RGB value is (80,198,112). Sum of RGB (Red+Green+Blue) = 80+198+112=390 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.51% from 390); Green value is 198 (77.73% from 255 or 50.77% from 390); Blue value is 112 (44.14% from 255 or 28.72% from 390); Max value from RGB is 198 - color contains mainly: green. Hex color #50C670 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50C670 is #AF398F. Grayscale: #999999. Windows color (decimal): -11483536 or 7390800. OLE color: 7390800.

HSL color Cylindrical-coordinate representation of color #50C670: hue angle of 136.27º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50C670 is Cyan = 0.60, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB 80 198 112 -
CMYK 0.60 0 0.43 0.22
HSL 136.27º 0.51% 0.55% -
HSV(B) 136.27º 0.6% 0.78% -
XYZ 26.43 43.26 22.29 -
YUV 152.91 104.91 75.99 -
System Red Green Blue C M Y K H S L
Decimal 80 198 112 0.60 0 0.43 0.22 136.27 0.51 0.55
Hex 50 C6 70 3C 0 2B 16 88 33 37
Octal 120 306 160 74 0 53 26 210 63 67
Binary 1010000 11000110 1110000 111100 0 101011 10110 10001000 110011 110111

Color Harmonies of #50C670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C670

Black with #50C670

Text Example


Text Example

White with #50C670

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,198,112); }

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

background-color css

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

 a { background-color: rgb(80,198,112); }

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

border-color css

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

 span { border-color: rgb(80,198,112); }

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