Html Css Color HEX #50D56D Emerald

📋 copy color: '#50D56D'

red 80 ◦ green 213 ◦ blue 109

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

Shades of Emerald #50D56D

Tints of Emerald #50D56D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 27.11%

R = 19.9%
G = 52.99%
B = 27.11%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#50D56D (or 0x50D56D) is known color: Emerald. HEX triplet: 50, D5 and 6D. RGB value is (80,213,109). Sum of RGB (Red+Green+Blue) = 80+213+109=402 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.90% from 402); Green value is 213 (83.59% from 255 or 52.99% from 402); Blue value is 109 (42.97% from 255 or 27.11% from 402); Max value from RGB is 213 - color contains mainly: green. Hex color #50D56D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D56D is #AF2A92. Grayscale: #A1A1A1. Windows color (decimal): -11479699 or 7198032. OLE color: 7198032.

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

Color convert

RGB 80 213 109 -
CMYK 0.62 0 0.49 0.16
HSL 133.08º 0.61% 0.57% -
HSV(B) 133.08º 0.62% 0.84% -
XYZ 29.86 50.4 22.62 -
YUV 161.38 98.44 69.96 -
System Red Green Blue C M Y K H S L
Decimal 80 213 109 0.62 0 0.49 0.16 133.08 0.61 0.57
Hex 50 D5 6D 3E 0 31 10 85 3D 39
Octal 120 325 155 76 0 61 20 205 75 71
Binary 1010000 11010101 1101101 111110 0 110001 10000 10000101 111101 111001

Color Harmonies of #50D56D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D56D

Black with #50D56D

Text Example


Text Example

White with #50D56D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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