Html Css Color HEX #50D16A Emerald

📋 copy color: '#50D16A'

red 80 ◦ green 209 ◦ blue 106

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

Shades of Emerald #50D16A

Tints of Emerald #50D16A

RGB

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

 GREEN value IS 209 (82.03% from 255) = 52.91%

 BLUE value IS 106 (41.8% from 255) = 26.84%

R = 20.25%
G = 52.91%
B = 26.84%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#50D16A (or 0x50D16A) is known color: Emerald. HEX triplet: 50, D1 and 6A. RGB value is (80,209,106). Sum of RGB (Red+Green+Blue) = 80+209+106=395 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.25% from 395); Green value is 209 (82.03% from 255 or 52.91% from 395); Blue value is 106 (41.80% from 255 or 26.84% from 395); Max value from RGB is 209 - color contains mainly: green. Hex color #50D16A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D16A is #AF2E95. Grayscale: #9E9E9E. Windows color (decimal): -11480726 or 7000400. OLE color: 7000400.

HSL color Cylindrical-coordinate representation of color #50D16A: hue angle of 132.09º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50D16A is Cyan = 0.62, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB 80 209 106 -
CMYK 0.62 0 0.49 0.18
HSL 132.09º 0.58% 0.57% -
HSV(B) 132.09º 0.62% 0.82% -
XYZ 28.71 48.35 21.45 -
YUV 158.69 98.26 71.88 -
System Red Green Blue C M Y K H S L
Decimal 80 209 106 0.62 0 0.49 0.18 132.09 0.58 0.57
Hex 50 D1 6A 3E 0 31 12 84 3A 39
Octal 120 321 152 76 0 61 22 204 72 71
Binary 1010000 11010001 1101010 111110 0 110001 10010 10000100 111010 111001

Color Harmonies of #50D16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D16A

Black with #50D16A

Text Example


Text Example

White with #50D16A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,209,106); }

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

background-color css

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

 a { background-color: rgb(80,209,106); }

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

border-color css

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

 span { border-color: rgb(80,209,106); }

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