Html Css Color HEX #50D868 Emerald

📋 copy color: '#50D868'

red 80 ◦ green 216 ◦ blue 104

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

Shades of Emerald #50D868

Tints of Emerald #50D868

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 26%

R = 20%
G = 54%
B = 26%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#50D868 (or 0x50D868) is known color: Emerald. HEX triplet: 50, D8 and 68. RGB value is (80,216,104). Sum of RGB (Red+Green+Blue) = 80+216+104=400 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20% from 400); Green value is 216 (84.77% from 255 or 54% from 400); Blue value is 104 (41.02% from 255 or 26% from 400); Max value from RGB is 216 - color contains mainly: green. Hex color #50D868 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D868 is #AF2797. Grayscale: #A2A2A2. Windows color (decimal): -11478936 or 6871120. OLE color: 6871120.

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

Color convert

RGB 80 216 104 -
CMYK 0.63 0 0.52 0.15
HSL 130.59º 0.64% 0.58% -
HSV(B) 130.59º 0.63% 0.85% -
XYZ 30.36 51.82 21.5 -
YUV 162.57 94.94 69.11 -
System Red Green Blue C M Y K H S L
Decimal 80 216 104 0.63 0 0.52 0.15 130.59 0.64 0.58
Hex 50 D8 68 3F 0 34 F 83 40 3A
Octal 120 330 150 77 0 64 17 203 100 72
Binary 1010000 11011000 1101000 111111 0 110100 1111 10000011 1000000 111010

Color Harmonies of #50D868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D868

Black with #50D868

Text Example


Text Example

White with #50D868

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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