Html Css Color HEX #50C871 Emerald

📋 copy color: '#50C871'

red 80 ◦ green 200 ◦ blue 113

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

Shades of Emerald #50C871

Tints of Emerald #50C871

RGB

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

 GREEN value IS 200 (78.52% from 255) = 50.89%

 BLUE value IS 113 (44.53% from 255) = 28.75%

R = 20.36%
G = 50.89%
B = 28.75%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#50C871 (or 0x50C871) is known color: Emerald. HEX triplet: 50, C8 and 71. RGB value is (80,200,113). Sum of RGB (Red+Green+Blue) = 80+200+113=393 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.36% from 393); Green value is 200 (78.52% from 255 or 50.89% from 393); Blue value is 113 (44.53% from 255 or 28.75% from 393); Max value from RGB is 200 - color contains mainly: green. Hex color #50C871 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50C871 is #AF378E. Grayscale: #9A9A9A. Windows color (decimal): -11483023 or 7456848. OLE color: 7456848.

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

Color convert

RGB 80 200 113 -
CMYK 0.6 0 0.44 0.22
HSL 136.5º 0.52% 0.55% -
HSV(B) 136.5º 0.6% 0.78% -
XYZ 26.94 44.21 22.74 -
YUV 154.2 104.74 75.07 -
System Red Green Blue C M Y K H S L
Decimal 80 200 113 0.6 0 0.44 0.22 136.5 0.52 0.55
Hex 50 C8 71 3C 0 2C 16 88 34 37
Octal 120 310 161 74 0 54 26 210 64 67
Binary 1010000 11001000 1110001 111100 0 101100 10110 10001000 110100 110111

Color Harmonies of #50C871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C871

Black with #50C871

Text Example


Text Example

White with #50C871

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,200,113); }

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

background-color css

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

 a { background-color: rgb(80,200,113); }

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

border-color css

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

 span { border-color: rgb(80,200,113); }

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