Html Css Color HEX #50D875 Emerald

📋 copy color: '#50D875'

red 80 ◦ green 216 ◦ blue 117

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

Shades of Emerald #50D875

Tints of Emerald #50D875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 28.33%

R = 19.37%
G = 52.3%
B = 28.33%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#50D875 (or 0x50D875) is known color: Emerald. HEX triplet: 50, D8 and 75. RGB value is (80,216,117). Sum of RGB (Red+Green+Blue) = 80+216+117=413 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.37% from 413); Green value is 216 (84.77% from 255 or 52.30% from 413); Blue value is 117 (46.09% from 255 or 28.33% from 413); Max value from RGB is 216 - color contains mainly: green. Hex color #50D875 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D875 is #AF278A. Grayscale: #A4A4A4. Windows color (decimal): -11478923 or 7723088. OLE color: 7723088.

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

Color convert

RGB 80 216 117 -
CMYK 0.63 0 0.46 0.15
HSL 136.32º 0.64% 0.58% -
HSV(B) 136.32º 0.63% 0.85% -
XYZ 31.08 52.1 25.25 -
YUV 164.05 101.44 68.05 -
System Red Green Blue C M Y K H S L
Decimal 80 216 117 0.63 0 0.46 0.15 136.32 0.64 0.58
Hex 50 D8 75 3F 0 2E F 88 40 3A
Octal 120 330 165 77 0 56 17 210 100 72
Binary 1010000 11011000 1110101 111111 0 101110 1111 10001000 1000000 111010

Color Harmonies of #50D875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D875

Black with #50D875

Text Example


Text Example

White with #50D875

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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