Html Css Color HEX #50D387 Emerald

📋 copy color: '#50D387'

red 80 ◦ green 211 ◦ blue 135

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

Shades of Emerald #50D387

Tints of Emerald #50D387

RGB

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

 GREEN value IS 211 (82.81% from 255) = 49.53%

 BLUE value IS 135 (53.13% from 255) = 31.69%

R = 18.78%
G = 49.53%
B = 31.69%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.36

 K value IS 0.17

RGB Variations

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

Color information

#50D387 (or 0x50D387) is known color: Emerald. HEX triplet: 50, D3 and 87. RGB value is (80,211,135). Sum of RGB (Red+Green+Blue) = 80+211+135=426 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.78% from 426); Green value is 211 (82.81% from 255 or 49.53% from 426); Blue value is 135 (53.12% from 255 or 31.69% from 426); Max value from RGB is 211 - color contains mainly: green. Hex color #50D387 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50D387 is #AF2C78. Grayscale: #A3A3A3. Windows color (decimal): -11480185 or 8901456. OLE color: 8901456.

HSL color Cylindrical-coordinate representation of color #50D387: hue angle of 145.19º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50D387 is Cyan = 0.62, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.17.

Color convert

RGB 80 211 135 -
CMYK 0.62 0 0.36 0.17
HSL 145.19º 0.6% 0.57% -
HSV(B) 145.19º 0.62% 0.83% -
XYZ 30.98 50.04 30.95 -
YUV 163.17 112.1 68.68 -
System Red Green Blue C M Y K H S L
Decimal 80 211 135 0.62 0 0.36 0.17 145.19 0.6 0.57
Hex 50 D3 87 3E 0 24 11 91 3C 39
Octal 120 323 207 76 0 44 21 221 74 71
Binary 1010000 11010011 10000111 111110 0 100100 10001 10010001 111100 111001

Color Harmonies of #50D387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D387

Black with #50D387

Text Example


Text Example

White with #50D387

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,211,135); }

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

background-color css

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

 a { background-color: rgb(80,211,135); }

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

border-color css

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

 span { border-color: rgb(80,211,135); }

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