Html Css Color HEX #50BA71 Emerald

📋 copy color: '#50BA71'

red 80 ◦ green 186 ◦ blue 113

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

Shades of Emerald #50BA71

Tints of Emerald #50BA71

RGB

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

 GREEN value IS 186 (73.05% from 255) = 49.08%

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

R = 21.11%
G = 49.08%
B = 29.82%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#50BA71 (or 0x50BA71) is known color: Emerald. HEX triplet: 50, BA and 71. RGB value is (80,186,113). Sum of RGB (Red+Green+Blue) = 80+186+113=379 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.11% from 379); Green value is 186 (73.05% from 255 or 49.08% from 379); Blue value is 113 (44.53% from 255 or 29.82% from 379); Max value from RGB is 186 - color contains mainly: green. Hex color #50BA71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50BA71 is #AF458E. Grayscale: #929292. Windows color (decimal): -11486607 or 7453264. OLE color: 7453264.

HSL color Cylindrical-coordinate representation of color #50BA71: hue angle of 138.68º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50BA71 is Cyan = 0.57, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB 80 186 113 -
CMYK 0.57 0 0.39 0.27
HSL 138.68º 0.43% 0.52% -
HSV(B) 138.68º 0.57% 0.73% -
XYZ 23.85 38.02 21.7 -
YUV 145.98 109.38 80.94 -
System Red Green Blue C M Y K H S L
Decimal 80 186 113 0.57 0 0.39 0.27 138.68 0.43 0.52
Hex 50 BA 71 39 0 27 1B 8B 2B 34
Octal 120 272 161 71 0 47 33 213 53 64
Binary 1010000 10111010 1110001 111001 0 100111 11011 10001011 101011 110100

Color Harmonies of #50BA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BA71

Black with #50BA71

Text Example


Text Example

White with #50BA71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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