Html Css Color HEX #50D16C Emerald

📋 copy color: '#50D16C'

red 80 ◦ green 209 ◦ blue 108

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

Shades of Emerald #50D16C

Tints of Emerald #50D16C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 27.2%

R = 20.15%
G = 52.64%
B = 27.2%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#50D16C (or 0x50D16C) is known color: Emerald. HEX triplet: 50, D1 and 6C. RGB value is (80,209,108). Sum of RGB (Red+Green+Blue) = 80+209+108=397 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.15% from 397); Green value is 209 (82.03% from 255 or 52.64% from 397); Blue value is 108 (42.58% from 255 or 27.20% from 397); Max value from RGB is 209 - color contains mainly: green. Hex color #50D16C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D16C is #AF2E93. Grayscale: #9F9F9F. Windows color (decimal): -11480724 or 7131472. OLE color: 7131472.

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

Color convert

RGB 80 209 108 -
CMYK 0.62 0 0.48 0.18
HSL 133.02º 0.58% 0.57% -
HSV(B) 133.02º 0.62% 0.82% -
XYZ 28.82 48.39 22.01 -
YUV 158.92 99.26 71.71 -
System Red Green Blue C M Y K H S L
Decimal 80 209 108 0.62 0 0.48 0.18 133.02 0.58 0.57
Hex 50 D1 6C 3E 0 30 12 85 3A 39
Octal 120 321 154 76 0 60 22 205 72 71
Binary 1010000 11010001 1101100 111110 0 110000 10010 10000101 111010 111001

Color Harmonies of #50D16C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D16C

Black with #50D16C

Text Example


Text Example

White with #50D16C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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