Html Css Color HEX #50D560 Emerald

📋 copy color: '#50D560'

red 80 ◦ green 213 ◦ blue 96

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

Shades of Emerald #50D560

Tints of Emerald #50D560

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 24.68%

R = 20.57%
G = 54.76%
B = 24.68%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#50D560 (or 0x50D560) is known color: Emerald. HEX triplet: 50, D5 and 60. RGB value is (80,213,96). Sum of RGB (Red+Green+Blue) = 80+213+96=389 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.57% from 389); Green value is 213 (83.59% from 255 or 54.76% from 389); Blue value is 96 (37.89% from 255 or 24.68% from 389); Max value from RGB is 213 - color contains mainly: green. Hex color #50D560 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D560 is #AF2A9F. Grayscale: #A0A0A0. Windows color (decimal): -11479712 or 6346064. OLE color: 6346064.

HSL color Cylindrical-coordinate representation of color #50D560: hue angle of 127.22º 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 #50D560 is Cyan = 0.62, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB 80 213 96 -
CMYK 0.62 0 0.55 0.16
HSL 127.22º 0.61% 0.57% -
HSV(B) 127.22º 0.62% 0.84% -
XYZ 29.21 50.14 19.2 -
YUV 159.9 91.94 71.01 -
System Red Green Blue C M Y K H S L
Decimal 80 213 96 0.62 0 0.55 0.16 127.22 0.61 0.57
Hex 50 D5 60 3E 0 37 10 7F 3D 39
Octal 120 325 140 76 0 67 20 177 75 71
Binary 1010000 11010101 1100000 111110 0 110111 10000 1111111 111101 111001

Color Harmonies of #50D560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D560

Black with #50D560

Text Example


Text Example

White with #50D560

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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