Html Css Color HEX #50C770 Emerald

📋 copy color: '#50C770'

red 80 ◦ green 199 ◦ blue 112

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

Shades of Emerald #50C770

Tints of Emerald #50C770

RGB

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

 GREEN value IS 199 (78.13% from 255) = 50.9%

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

R = 20.46%
G = 50.9%
B = 28.64%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#50C770 (or 0x50C770) is known color: Emerald. HEX triplet: 50, C7 and 70. RGB value is (80,199,112). Sum of RGB (Red+Green+Blue) = 80+199+112=391 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.46% from 391); Green value is 199 (78.12% from 255 or 50.90% from 391); Blue value is 112 (44.14% from 255 or 28.64% from 391); Max value from RGB is 199 - color contains mainly: green. Hex color #50C770 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50C770 is #AF388F. Grayscale: #999999. Windows color (decimal): -11483280 or 7391056. OLE color: 7391056.

HSL color Cylindrical-coordinate representation of color #50C770: hue angle of 136.13º degrees, saturation: 0.52, 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 #50C770 is Cyan = 0.60, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB 80 199 112 -
CMYK 0.60 0 0.44 0.22
HSL 136.13º 0.52% 0.55% -
HSV(B) 136.13º 0.6% 0.78% -
XYZ 26.66 43.72 22.36 -
YUV 153.5 104.58 75.57 -
System Red Green Blue C M Y K H S L
Decimal 80 199 112 0.60 0 0.44 0.22 136.13 0.52 0.55
Hex 50 C7 70 3C 0 2C 16 88 34 37
Octal 120 307 160 74 0 54 26 210 64 67
Binary 1010000 11000111 1110000 111100 0 101100 10110 10001000 110100 110111

Color Harmonies of #50C770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C770

Black with #50C770

Text Example


Text Example

White with #50C770

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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