Html Css Color HEX #50D587 Emerald

📋 copy color: '#50D587'

red 80 ◦ green 213 ◦ blue 135

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

Shades of Emerald #50D587

Tints of Emerald #50D587

RGB

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

 GREEN value IS 213 (83.59% from 255) = 49.77%

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

R = 18.69%
G = 49.77%
B = 31.54%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#50D587 (or 0x50D587) is known color: Emerald. HEX triplet: 50, D5 and 87. RGB value is (80,213,135). Sum of RGB (Red+Green+Blue) = 80+213+135=428 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.69% from 428); Green value is 213 (83.59% from 255 or 49.77% from 428); Blue value is 135 (53.12% from 255 or 31.54% from 428); Max value from RGB is 213 - color contains mainly: green. Hex color #50D587 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50D587 is #AF2A78. Grayscale: #A4A4A4. Windows color (decimal): -11479673 or 8901968. OLE color: 8901968.

HSL color Cylindrical-coordinate representation of color #50D587: hue angle of 144.81º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50D587 is Cyan = 0.62, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB 80 213 135 -
CMYK 0.62 0 0.37 0.16
HSL 144.81º 0.61% 0.57% -
HSV(B) 144.81º 0.62% 0.84% -
XYZ 31.48 51.04 31.12 -
YUV 164.34 111.44 67.84 -
System Red Green Blue C M Y K H S L
Decimal 80 213 135 0.62 0 0.37 0.16 144.81 0.61 0.57
Hex 50 D5 87 3E 0 25 10 91 3D 39
Octal 120 325 207 76 0 45 20 221 75 71
Binary 1010000 11010101 10000111 111110 0 100101 10000 10010001 111101 111001

Color Harmonies of #50D587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D587

Black with #50D587

Text Example


Text Example

White with #50D587

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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