Html Css Color HEX #50C971 Emerald

📋 copy color: '#50C971'

red 80 ◦ green 201 ◦ blue 113

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

Shades of Emerald #50C971

Tints of Emerald #50C971

RGB

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

 GREEN value IS 201 (78.91% from 255) = 51.02%

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

R = 20.3%
G = 51.02%
B = 28.68%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#50C971 (or 0x50C971) is known color: Emerald. HEX triplet: 50, C9 and 71. RGB value is (80,201,113). Sum of RGB (Red+Green+Blue) = 80+201+113=394 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.30% from 394); Green value is 201 (78.91% from 255 or 51.02% from 394); Blue value is 113 (44.53% from 255 or 28.68% from 394); Max value from RGB is 201 - color contains mainly: green. Hex color #50C971 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50C971 is #AF368E. Grayscale: #9B9B9B. Windows color (decimal): -11482767 or 7457104. OLE color: 7457104.

HSL color Cylindrical-coordinate representation of color #50C971: hue angle of 136.36º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50C971 is Cyan = 0.60, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB 80 201 113 -
CMYK 0.60 0 0.44 0.21
HSL 136.36º 0.53% 0.55% -
HSV(B) 136.36º 0.6% 0.79% -
XYZ 27.18 44.67 22.81 -
YUV 154.79 104.41 74.66 -
System Red Green Blue C M Y K H S L
Decimal 80 201 113 0.60 0 0.44 0.21 136.36 0.53 0.55
Hex 50 C9 71 3C 0 2C 15 88 35 37
Octal 120 311 161 74 0 54 25 210 65 67
Binary 1010000 11001001 1110001 111100 0 101100 10101 10001000 110101 110111

Color Harmonies of #50C971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C971

Black with #50C971

Text Example


Text Example

White with #50C971

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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