Html Css Color HEX #50BC7F Emerald

📋 copy color: '#50BC7F'

red 80 ◦ green 188 ◦ blue 127

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

Shades of Emerald #50BC7F

Tints of Emerald #50BC7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.15%

R = 20.25%
G = 47.59%
B = 32.15%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#50BC7F (or 0x50BC7F) is known color: Emerald. HEX triplet: 50, BC and 7F. RGB value is (80,188,127). Sum of RGB (Red+Green+Blue) = 80+188+127=395 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.25% from 395); Green value is 188 (73.83% from 255 or 47.59% from 395); Blue value is 127 (50% from 255 or 32.15% from 395); Max value from RGB is 188 - color contains mainly: green. Hex color #50BC7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50BC7F is #AF4380. Grayscale: #949494. Windows color (decimal): -11486081 or 8371280. OLE color: 8371280.

HSL color Cylindrical-coordinate representation of color #50BC7F: hue angle of 146.11º 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 #50BC7F is Cyan = 0.57, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB 80 188 127 -
CMYK 0.57 0 0.32 0.26
HSL 146.11º 0.45% 0.53% -
HSV(B) 146.11º 0.57% 0.74% -
XYZ 25.12 39.2 26.32 -
YUV 148.75 115.72 78.96 -
System Red Green Blue C M Y K H S L
Decimal 80 188 127 0.57 0 0.32 0.26 146.11 0.45 0.53
Hex 50 BC 7F 39 0 20 1A 92 2D 35
Octal 120 274 177 71 0 40 32 222 55 65
Binary 1010000 10111100 1111111 111001 0 100000 11010 10010010 101101 110101

Color Harmonies of #50BC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BC7F

Black with #50BC7F

Text Example


Text Example

White with #50BC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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