Html Css Color HEX #50BC81 Emerald

📋 copy color: '#50BC81'

red 80 ◦ green 188 ◦ blue 129

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

Shades of Emerald #50BC81

Tints of Emerald #50BC81

RGB

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

 GREEN value IS 188 (73.83% from 255) = 47.36%

 BLUE value IS 129 (50.78% from 255) = 32.49%

R = 20.15%
G = 47.36%
B = 32.49%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#50BC81 (or 0x50BC81) is known color: Emerald. HEX triplet: 50, BC and 81. RGB value is (80,188,129). Sum of RGB (Red+Green+Blue) = 80+188+129=397 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.15% from 397); Green value is 188 (73.83% from 255 or 47.36% from 397); Blue value is 129 (50.78% from 255 or 32.49% from 397); Max value from RGB is 188 - color contains mainly: green. Hex color #50BC81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50BC81 is #AF437E. Grayscale: #959595. Windows color (decimal): -11486079 or 8502352. OLE color: 8502352.

HSL color Cylindrical-coordinate representation of color #50BC81: hue angle of 147.22º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50BC81 is Cyan = 0.57, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.26.

Color convert

RGB 80 188 129 -
CMYK 0.57 0 0.31 0.26
HSL 147.22º 0.45% 0.53% -
HSV(B) 147.22º 0.57% 0.74% -
XYZ 25.25 39.26 27.02 -
YUV 148.98 116.72 78.8 -
System Red Green Blue C M Y K H S L
Decimal 80 188 129 0.57 0 0.31 0.26 147.22 0.45 0.53
Hex 50 BC 81 39 0 1F 1A 93 2D 35
Octal 120 274 201 71 0 37 32 223 55 65
Binary 1010000 10111100 10000001 111001 0 11111 11010 10010011 101101 110101

Color Harmonies of #50BC81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BC81

Black with #50BC81

Text Example


Text Example

White with #50BC81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,188,129); }

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

background-color css

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

 a { background-color: rgb(80,188,129); }

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

border-color css

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

 span { border-color: rgb(80,188,129); }

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