Html Css Color HEX #50D761 Emerald

📋 copy color: '#50D761'

red 80 ◦ green 215 ◦ blue 97

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

Shades of Emerald #50D761

Tints of Emerald #50D761

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 24.74%

R = 20.41%
G = 54.85%
B = 24.74%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#50D761 (or 0x50D761) is known color: Emerald. HEX triplet: 50, D7 and 61. RGB value is (80,215,97). Sum of RGB (Red+Green+Blue) = 80+215+97=392 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.41% from 392); Green value is 215 (84.38% from 255 or 54.85% from 392); Blue value is 97 (38.28% from 255 or 24.74% from 392); Max value from RGB is 215 - color contains mainly: green. Hex color #50D761 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D761 is #AF289E. Grayscale: #A1A1A1. Windows color (decimal): -11479199 or 6412112. OLE color: 6412112.

HSL color Cylindrical-coordinate representation of color #50D761: hue angle of 127.56º 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 #50D761 is Cyan = 0.63, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB 80 215 97 -
CMYK 0.63 0 0.55 0.16
HSL 127.56º 0.63% 0.58% -
HSV(B) 127.56º 0.63% 0.84% -
XYZ 29.77 51.17 19.62 -
YUV 161.18 91.77 70.09 -
System Red Green Blue C M Y K H S L
Decimal 80 215 97 0.63 0 0.55 0.16 127.56 0.63 0.58
Hex 50 D7 61 3F 0 37 10 80 3F 3A
Octal 120 327 141 77 0 67 20 200 77 72
Binary 1010000 11010111 1100001 111111 0 110111 10000 10000000 111111 111010

Color Harmonies of #50D761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D761

Black with #50D761

Text Example


Text Example

White with #50D761

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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