Html Css Color HEX #50D85B Emerald

📋 copy color: '#50D85B'

red 80 ◦ green 216 ◦ blue 91

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

Shades of Emerald #50D85B

Tints of Emerald #50D85B

RGB

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

 GREEN value IS 216 (84.77% from 255) = 55.81%

 BLUE value IS 91 (35.94% from 255) = 23.51%

R = 20.67%
G = 55.81%
B = 23.51%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#50D85B (or 0x50D85B) is known color: Emerald. HEX triplet: 50, D8 and 5B. RGB value is (80,216,91). Sum of RGB (Red+Green+Blue) = 80+216+91=387 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.67% from 387); Green value is 216 (84.77% from 255 or 55.81% from 387); Blue value is 91 (35.94% from 255 or 23.51% from 387); Max value from RGB is 216 - color contains mainly: green. Hex color #50D85B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D85B is #AF27A4. Grayscale: #A1A1A1. Windows color (decimal): -11478949 or 6019152. OLE color: 6019152.

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

Color convert

RGB 80 216 91 -
CMYK 0.63 0 0.58 0.15
HSL 124.85º 0.64% 0.58% -
HSV(B) 124.85º 0.63% 0.85% -
XYZ 29.75 51.57 18.28 -
YUV 161.09 88.44 70.16 -
System Red Green Blue C M Y K H S L
Decimal 80 216 91 0.63 0 0.58 0.15 124.85 0.64 0.58
Hex 50 D8 5B 3F 0 3A F 7D 40 3A
Octal 120 330 133 77 0 72 17 175 100 72
Binary 1010000 11011000 1011011 111111 0 111010 1111 1111101 1000000 111010

Color Harmonies of #50D85B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D85B

Black with #50D85B

Text Example


Text Example

White with #50D85B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,216,91); }

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

background-color css

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

 a { background-color: rgb(80,216,91); }

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

border-color css

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

 span { border-color: rgb(80,216,91); }

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