Html Css Color HEX #50D758 Emerald

📋 copy color: '#50D758'

red 80 ◦ green 215 ◦ blue 88

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

Shades of Emerald #50D758

Tints of Emerald #50D758

RGB

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

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

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

R = 20.89%
G = 56.14%
B = 22.98%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.59

 K value IS 0.16

RGB Variations

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

Color information

#50D758 (or 0x50D758) is known color: Emerald. HEX triplet: 50, D7 and 58. RGB value is (80,215,88). Sum of RGB (Red+Green+Blue) = 80+215+88=383 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.89% from 383); Green value is 215 (84.38% from 255 or 56.14% from 383); Blue value is 88 (34.77% from 255 or 22.98% from 383); Max value from RGB is 215 - color contains mainly: green. Hex color #50D758 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D758 is #AF28A7. Grayscale: #A0A0A0. Windows color (decimal): -11479208 or 5822288. OLE color: 5822288.

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

Color convert

RGB 80 215 88 -
CMYK 0.63 0 0.59 0.16
HSL 123.56º 0.63% 0.58% -
HSV(B) 123.56º 0.63% 0.84% -
XYZ 29.37 51.01 17.53 -
YUV 160.16 87.27 70.83 -
System Red Green Blue C M Y K H S L
Decimal 80 215 88 0.63 0 0.59 0.16 123.56 0.63 0.58
Hex 50 D7 58 3F 0 3B 10 7C 3F 3A
Octal 120 327 130 77 0 73 20 174 77 72
Binary 1010000 11010111 1011000 111111 0 111011 10000 1111100 111111 111010

Color Harmonies of #50D758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D758

Black with #50D758

Text Example


Text Example

White with #50D758

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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