Html Css Color HEX #50D77B Emerald

📋 copy color: '#50D77B'

red 80 ◦ green 215 ◦ blue 123

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

Shades of Emerald #50D77B

Tints of Emerald #50D77B

RGB

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

 GREEN value IS 215 (84.38% from 255) = 51.44%

 BLUE value IS 123 (48.44% from 255) = 29.43%

R = 19.14%
G = 51.44%
B = 29.43%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#50D77B (or 0x50D77B) is known color: Emerald. HEX triplet: 50, D7 and 7B. RGB value is (80,215,123). Sum of RGB (Red+Green+Blue) = 80+215+123=418 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.14% from 418); Green value is 215 (84.38% from 255 or 51.44% from 418); Blue value is 123 (48.44% from 255 or 29.43% from 418); Max value from RGB is 215 - color contains mainly: green. Hex color #50D77B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D77B is #AF2884. Grayscale: #A4A4A4. Windows color (decimal): -11479173 or 8116048. OLE color: 8116048.

HSL color Cylindrical-coordinate representation of color #50D77B: hue angle of 139.11º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50D77B is Cyan = 0.63, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB 80 215 123 -
CMYK 0.63 0 0.43 0.16
HSL 139.11º 0.63% 0.58% -
HSV(B) 139.11º 0.63% 0.84% -
XYZ 31.18 51.74 27.08 -
YUV 164.15 104.77 67.98 -
System Red Green Blue C M Y K H S L
Decimal 80 215 123 0.63 0 0.43 0.16 139.11 0.63 0.58
Hex 50 D7 7B 3F 0 2B 10 8B 3F 3A
Octal 120 327 173 77 0 53 20 213 77 72
Binary 1010000 11010111 1111011 111111 0 101011 10000 10001011 111111 111010

Color Harmonies of #50D77B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D77B

Black with #50D77B

Text Example


Text Example

White with #50D77B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,215,123); }

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

background-color css

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

 a { background-color: rgb(80,215,123); }

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

border-color css

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

 span { border-color: rgb(80,215,123); }

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