Html Css Color HEX #50D858 Emerald

📋 copy color: '#50D858'

red 80 ◦ green 216 ◦ blue 88

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

Shades of Emerald #50D858

Tints of Emerald #50D858

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 22.92%

R = 20.83%
G = 56.25%
B = 22.92%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#50D858 (or 0x50D858) is known color: Emerald. HEX triplet: 50, D8 and 58. RGB value is (80,216,88). Sum of RGB (Red+Green+Blue) = 80+216+88=384 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.83% from 384); Green value is 216 (84.77% from 255 or 56.25% from 384); Blue value is 88 (34.77% from 255 or 22.92% from 384); Max value from RGB is 216 - color contains mainly: green. Hex color #50D858 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D858 is #AF27A7. Grayscale: #A1A1A1. Windows color (decimal): -11478952 or 5822544. OLE color: 5822544.

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

Color convert

RGB 80 216 88 -
CMYK 0.63 0 0.59 0.15
HSL 123.53º 0.64% 0.58% -
HSV(B) 123.53º 0.63% 0.85% -
XYZ 29.63 51.52 17.62 -
YUV 160.74 86.94 70.41 -
System Red Green Blue C M Y K H S L
Decimal 80 216 88 0.63 0 0.59 0.15 123.53 0.64 0.58
Hex 50 D8 58 3F 0 3B F 7C 40 3A
Octal 120 330 130 77 0 73 17 174 100 72
Binary 1010000 11011000 1011000 111111 0 111011 1111 1111100 1000000 111010

Color Harmonies of #50D858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D858

Black with #50D858

Text Example


Text Example

White with #50D858

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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